我还在学习网页开发,我完全被难过了。 我使用Dreamweaver,我当前的项目是在Bootstrap中。
突然,JQuery库和bootstrap.js出现了很多错误。 无论如何,我没有触及任何文件或编辑它们。
一些示例错误包括来自jquery:
的错误Expected '===' and instead saw '=='
Expected '{' and instead saw 'throw'
Missing a semi-colon
这些来自JS:
'$' is defined but never used
Misleading line break before '+'; readers may interpret this as an expression boundary
Expected '}' to match '{' from line 38 and instead saw ';'
这些错误有数百种。 我联系了Adobe,他明确告诉我以下内容:
"我们想通知您错误不是由于Dreamweaver造成的。 您提到的文件是bootstrap开发团队创建的文件。如果你转到https://getbootstrap.com/docs/3.3/getting-started/并下载3.3.7的bootstraps文件,你会发现相同的错误。我们会要求您联系bootstrap开发团队,因为它与Dreamweaver无关。"
在我走下一个虫洞之前,我想知道是否还有其他人遇到过这个问题? 你怎么修好它的? 我还在学习,对下一步该做什么感到非常困惑,有经验的人会给你一些建议。
由于