Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的项目中使用 dojoToolkit。但是当我将它包含在 Ti.include('dojo/dojo/dojo.js') 中时,我收到一条错误消息“defineAlreadyDefined”。Titanium 在全局命名空间中有名为 define 的方法,在 dojo 中有类似名称的方法。还有一些其他名称相似的方法(例如,必需的)。我该如何使用它?
PS我为网络构建我的项目
Dojo 原样在 Titanium 中不起作用。Dojo 是一个浏览器工具包,而不是移动工具包,它可以访问仅适用于 Web 的东西。
但是,这家伙把它移植到钛上,试试吧。