为什么我在卡布奇诺中收到此错误:“缺少 ;”语句之前: if(_2f5==_2e4){"
我已经使用卡布奇诺进行开发有一段时间了,突然间我遇到了“Objective-J.js”的奇怪错误。
错误消息是:“missing ; before statements : if(_2f5===_2e4){”
我很难找出导致此错误的原因。
I have been developing with cappuccino for a while now and all of a sudden I am getting a weird error with "Objective-J.js".
The error message is: "missing ; before statement : if(_2f5===_2e4){"
I am having a really hard time figuring out what is causing this error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用 index-debug.html
也可能建议通过 lint 应用程序运行您的代码。如果您搜索邮件列表,您可以找到一些链接。
You should be using index-debug.html
It's probably advisable to also run your code through a lint application. You can find links to some if you search the mailing list.