大约有 12 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0021 秒)
Laya.LocalStorage.getJSON空对象在微信小游戏中被处理为空字符串 var equipDataArray = Laya.LocalStorage.getJSON('equipDataArray'); 如果getJSON为空,在LayaAir IDE中获取的是null,而在微信小游戏中获取的是''; getLocalStorage() { //清除本地存储 调试时取...
来源: Laya_社区 发布时间: 20190916
微信小游戏 Laya.LocalStorage.getJSON 不能用吗? 使用这个会报错 2018-01-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 hill_0219 赞同来自: 如图 2018-01-16 0 0 分享 微博 QZONE 微信 h...
来源: Laya_社区 发布时间: 20180116
...lic/Protected All Inherited Externals Only exported Menu Globals "laya/net/LocalStorage" LocalStorage Class LocalStorage LocalStorage 类用于没有时间限制的数据存储。 Hierarchy LocalStorage Index Properties _baseClass items support Methods clear getItem getJSON removeItem setItem setJSO...
来源: Laya3.0_api 发布时间: 20231115
...I DocumentationAll Packages | All Classes | Index | Frames No Frames LocalStorageProperties | Methods Packagelaya.netClasspublic class LocalStorageInheritanceLocalStorage Object LocalStorage 类用于没有时间限制的数据存储。 Public Properties PropertyDefined By _baseClass : C...
来源: laya_api 发布时间: 20170929
...I DocumentationAll Packages | All Classes | Index | Frames No Frames LocalStorageProperties | Methods Packagelaya.netClasspublic class LocalStorageInheritanceLocalStorage Object LocalStorage 类用于没有时间限制的数据存储。 Public Properties PropertyDefined By _baseClass : C...
来源: Laya2.0_api 发布时间: 20190513
关于Laya.LocalStorage.setJSON 我用Laya.LocalStorage.setJSON()保存数据,然后用getJSON()读取的时候是null,我到底是没保存上还是没读出来啊? 这两个方法是这么用的吗? 附件 : --> 2019-08-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20190802
本地缓存LocalStorage,setJson失效 rt. setItem可以,但是setJson会失效。 var cacheName=LocalStorage.getItem("data");//这里看到有内容 var data=LocalStore.getJson("UserNameAndPwd");//这里返回undefined 请问,LocalStore.setJson有什么限...
来源: Laya_社区 发布时间: 20180426
laya2.0 localStorage语法错误 Storage.getItem=function(key){ return Storage.support ? Storage.items.getItem(key):null; } Storage.getJSON=function(key){ return JSON.parse(Storage.support ? Storage.items.getItem(key):null); }?:不是js的写法吧... 2018-11-22 添加评论 免费帖 --> 分享 ...
来源: Laya_社区 发布时间: 20181122
发包vivo小游戏存档问题 使用 Laya.LocalStorage.setJSON 之后再用 Laya.LocalStorage.getJSON 打印出来的一直是 Value xxxjson of type java.lang.String cannot be converted to JSONObject 如何解决啊 发包vivo不能使用 Laya.LocalStorage 做存档吗? 2019-07-22 添加评论 ...
来源: Laya_社区 发布时间: 20190722
...串变成数字? HttpRequest无法发送除字符串以外的数据 Laya.LocalStorage.getJSON空对象在微信小游戏中被处理为空字符串 请教关于字符串定位一个类的问题。 Laya.Text API. text属性赋值单字符串 无法正常显示 Laya.Sprite3D.load不使用Laya3D.init...
来源: Laya_社区 发布时间: 20170206