dojo在火狐上出现Could not load的解决方法
发布时间:2020-12-16 21:47:53 所属栏目:百科 来源:网络整理
导读: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 add
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).
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |