【发布时间】:2013-07-03 03:31:02
【问题描述】:
大家! 我需要读取和写入历史数据数组。我的数据在页面刷新时会丢失数据。谢谢!
【问题讨论】:
-
我尝试在 Sencha Touch 中使用 localstore,但它并没有解决我的问题。我的代码是这样的:console.log("====Check History===="); var history = Ext.getStore("HistoryTracking"); // console.log(formValue.fieldTrackingID); history.add(formValue.fieldTrackingID); history.sync();
-
我想要饼干之类的东西。
标签: sencha-touch-2