• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 23 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0025 秒)

11. 本地缓存LocalStorage,setJson失效 [ 60%]

...etItem("data");//这里看到有内容         var data=LocalStore.getJson("UserNameAndPwd");//这里返回undefined   请问,LocalStore.setJson有什么限制吗? 2018-04-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

来源: Laya_社区 发布时间: 20180426

12. 发包vivo小游戏存档问题 [ 60%]

...档问题 使用 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

13. 如何解码base64_decode加密的字符串? [ 59%]

...? HttpRequest无法发送除字符串以外的数据 Laya.LocalStorage.getJSON空对象在微信小游戏中被处理为空字符串 请教关于字符串定位一个类的问题。 Laya.Text API. text属性赋值单字符串 无法正常显示 Laya.Sprite3D.load不使用Laya3D.init初始化配置...

来源: Laya_社区 发布时间: 20170206

14. laya2.0 localStorage语法错误 [ 58%]

...(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

15. ts项目,微信小游戏3D, 加载3D模型,报错,pc端是正常的 [ 56%]

...,就报错了 __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

16. 打包后报错 Unexpected token in JSON at position 266 [ 54%]

...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

17. 微信小游戏发布后,在开发者工具中报错, [ 54%]

...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

18. 微信小游戏,又是json编码的问题 [ 52%]

...后我改了下MiniLoader里的代码就可以了 public static function getJson(data:String):Object {                 data = data.replace(/[\ufeff]/, "");//替换一个看不见的特殊字符                 return JSON.parse(data);         } 但是这个方法也只...

来源: Laya_社区 发布时间: 20180104

19. 微信小游戏加载 BitmapFont 问题 [ 51%]

...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

20. 发布微信小游戏json格式问题 [ 51%]

...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