- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我测试过在 dojo 1.7.1 上使用 var dojoConfig = { async : true, parseOnLoad : true}
没问题。我尝试使用 var djConfig = { async : true, parseOnLoad : true }
它也很有效。
有什么区别,我应该选择哪个
最佳答案
dojoConfig
是新的配置标准对象。 djConfig
在 1.6 版之前一直在使用,他们至少在 2.0 版之前一直保持事件状态。我建议您在所有新项目中使用 dojoConfig
。
The old object name of djConfig is deprecated, but any existing code using it will continue to work up until 2.0. At the time of writing, most documentation still uses djConfig; the two "spellings" are directly equivalent, but we'll adopt and encourage use of the new dojoConfig name from here on.
来源:http://dojotoolkit.org/documentation/tutorials/1.6/dojo_config/
关于dojoConfig 与 djConfig,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9387988/
我测试过在 dojo 1.7.1 上使用 var dojoConfig = { async : true, parseOnLoad : true} 没问题。我尝试使用 var djConfig = {
我有以下简化的项目结构 | |-app.js |-components | | | |-someModule.js 我的 dojoConfig 看起来像这样: dojoConfig = {
我是一名优秀的程序员,十分优秀!