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.
在 Ext js 4.0 中,有一个“Cookies”类,我们可以使用它来设置和获取 cookie
在 Sencha 2.0 中,没有这样的类。
我的问题是如何在 Sencha touch 2.0 中设置 cookie?
Ext.util.Cookies 非常简单。它看起来没有任何依赖关系。如果你有 Ext 的许可证或者你的项目是 GPL,那么我想你可以把它复制到你的 Touch 项目中。