o.open("GET", ht, !0), o.responseType = "arraybuffer", o.onloadend = function() {
//#ifdef APP-PLUS
console.log('网下载完毕')
console.log(name)
console.log(typeof o.response)
console.log(JSON.stringify(o.response))
console.log('缓存完毕')
plus.storage.setItem(name,JSON.stringify(o.response))
// #endif
u.load_viaProto(o.response, t, r)
}
上面的代码只是保存的一个空的对象 ,打印出来是 :{ }
0 个回复