我使用localForage離線存儲數據。當用setItem方法添加存儲鍵值時,我想要生成如activity_1,activity_2,activity_3等鍵的值,並且這是在我提交表單時生成的。因此,對於我提交的每個表單,它都應以不同的方式生成關鍵值。 下面是該代碼: var getActivity = document.getElementById('getActivity'),
f
我試圖通過創建localForage的全局實例來localForage支持添加到pure-form Web組件: // create a global appStorage object that mimics localStorage API (greater storage)
window.appStorage = localforage.createInstance({
driv
我使用localForage將數據存儲爲鍵對象對。我正在使用下面的代碼來檢索我已經存儲的數據。 // Find the number of items in the datastore.
localforage.length(function(length) {
// Loop over each of the items.
for (var i = 0; i < lengt