Could not load 'dojo._base.lang'; last tried './_base/lang.js' 在firefox下运行dojo的demo时出现这个错误,google了一下,原来firefox在 file:// 下 默认不支持javascript 需要修改配置
http://comments.gmane.org/gmane.comp.web.dojo.user/48439
In addition to Ben's comments, I think your issue is you're trying to load your site from a file:// url, not a webserver.
By default, Firefox doesn't allow file:// urls to work with JavaScript. You have to enable it.
在火狐网址栏输入:
about:config
security.fileuri.strict_origin_policy needs to be set to false
To be able to serve from the filesystem (no webserver).
Firefox JavaScript问题解决
本文介绍了解决在Firefox浏览器中从file:// URL加载站点时遇到的JavaScript问题的方法。通过调整about:config中的设置,可以启用file:// URL对JavaScript的支持。
315

被折叠的 条评论
为什么被折叠?



