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.
我正在寻找在 sencha touch 中声明全局变量的解决方案,但找不到。有什么办法吗?提前致谢...
您可以像这样在 app.js 中执行此操作
Ext.application({ name: 'yourApp', globalVarible: '' .... .... .... });