大约有 23 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0025 秒)
...etItem("data");//这里看到有内容 var data=LocalStore.getJson("UserNameAndPwd");//这里返回undefined 请问,LocalStore.setJson有什么限制吗? 2018-04-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20180426
...档问题 使用 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
...(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 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20181122
...,就报错了 __class(MiniAdpter,'laya.wx.mini.MiniAdpter'); MiniAdpter.getJson=function(data){ return JSON.parse(data); } 这里json解析报错,,麻烦看一下是什么问题,,, 附件里是个demo工程,可以重现的,, 1111.rar 3D模型fbx.rar 附件 : --> 2018-09-20 添...
来源: Laya_社区 发布时间: 20180920
...n 266 at JSON.parse (<anonymous>) at Function.MiniAdpter.getJson (http://127.0.0.1:31158/game/code.js:21236:15) at Function.MiniLoader.onReadNativeCallBack (http://127.0.0.1:31158/game/code.js:22404:25) at Handler.__proto.runWith (http://127.0.0.1:31158/game/code.js:725...
来源: Laya_社区 发布时间: 20190422
...en in JSON at position 787 at JSON.parse (<anonymous>) at Function.e.getJson (http://127.0.0.1:37389/game/code.js:1:461434) at Function.e.onReadNativeCallBack (http://127.0.0.1:37389/game/code.js:1:514598) at t.e.runWith (http://127.0.0.1:37389/game/code.js:1:11995) at Function.success (http:/...
来源: Laya_社区 发布时间: 20180725
...后我改了下MiniLoader里的代码就可以了 public static function getJson(data:String):Object { data = data.replace(/[\ufeff]/, "");//替换一个看不见的特殊字符 return JSON.parse(data); } 但是这个方法也只...
来源: Laya_社区 发布时间: 20180104
...ON*/"json" || type==/*laya.net.Loader.ATLAS*/"atlas"){ tempData=MiniAdpter.getJson(data.data); }else if (type==/*laya.net.Loader.XML*/"xml"){ tempData=Utils.parseXMLFromString(data.data); } // else if (type==/*laya.net.Loader.XML*/"font"){ // tempData=Utils.parseXMLFromString(data.data); // } else {...
来源: Laya_社区 发布时间: 20180704
...on 27 at JSON.parse (<anonymous>) at Function.MiniAdpter.getJson (http://127.0.0.1:9973/game/code.js:20980:15) at Function.MiniLoader.onReadNativeCallBack (http://127.0.0.1:9973/game/code.js:21386:25) at Handler.__proto.runWith (http://127.0.0.1:9973/game/code.js:712:41...
来源: Laya_社区 发布时间: 20180205