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

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

41. 小游戏对读取json文件有要求吗?为啥说读取json文件错误啊 [ 51%]

... if (url.indexOf(".fnt") != -1 || url.indexOf("xxx.json") != -1) { return "utf8"; } else if (type == "arraybuffer") { return ""; } return "ascii"; } 2018-01-15 0 0 分享 微博 QZONE 微信 liwenhua 赞同来自: this.linkJson = Laya.loader.getRes('res/json/linkUrl.json');这样读取出来不就...

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

42. ts加密md5码封装 [ 50%]

....toLowerCase() === "0x") return parseInt(str.substr(2, 8), 16); } utf16_to_utf8(str: string) { return str.split("").map((char: string) => this.utf8_encode(char)).join(""); } utf8_encode(char: string) { let utftext = ""; const c = char.charCodeAt(0); if (c < 128) { utftext += String.fromCharCod...

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

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

... if (url.indexOf(".fnt") != -1 || url.indexOf("xxx.json") != -1) { return "utf8"; } else if (type == "arraybuffer") { return ""; } return "ascii"; }   2018-06-21 1 0 分享 微博 QZONE 微信 qian 赞同来自: 你直接改这个地方   2018-01-04 0 2 分享 微博 QZONE 微信 为什么被折...

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

44. TS版本的官方示例,导出到玩一玩,在读写文件时能存不能读,读不出来,甚至直接读取会显示字符串里边有乱码。。。。 [ 50%]

...件是有编码格式的参数的,但是查了Bricks的文档,填写"utf8"参数,读写依然不行,这种情况下,无法在玩一玩平台正常读写字符串 2018-10-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

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

... if (url.indexOf(".fnt") != -1 || url.indexOf("xxx.json") != -1) { return "utf8"; } else if (type == "arraybuffer") { return ""; } return "ascii"; } 2018-02-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 w445...

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

46. 用xml描述创建一个clip,interval字段妖孽无效 [ 49%]

...          } config.xml本份规矩,老老实实,勤勤恳恳用utf8编码的,长这个样子 <layout>         <clip id="1" res="res/logo.png" anchorX="0.5" anchorY="0.5" clipX="4" clipY="4" interval="100"/>     <clip id="2" res="res/light1.png" anchorX="0.5" anch...

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

47. uglify压缩后的错误堆栈解析 [ 49%]

...me.fileName const sourceMapContent = JSON.parse(readFileSync(mapFilePath, 'utf8')); const consumer = await new sourceMap.SourceMapConsumer(sourceMapContent); // console.log(frame); // originalPosition不仅仅是行列信息,还有错误发生的文件 originalPosition.source const originalPositio...

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

48. 微信小游戏常见问题汇总(10.25更新)(TypeScript-小游戏适配文档-微信小游戏) [ 48%]

... if (url.indexOf(".fnt") != -1 || url.indexOf("xxx.json") != -1) { return "utf8"; } else if (type == "arraybuffer") { return ""; } return "ascii"; } ``` 另外,从网络中动态加载读取,没有编码的校验限制。所以,也可以把json放在网络中动态加载读取。 #### 4、声...

来源: Laya2.0_文档 发布时间: 20210715

49. 小游戏项目 加载有中文的json文件 报错 [ 47%]

... if (url.indexOf(".fnt") != -1 || url.indexOf("xxx.json") != -1) { return "utf8"; } else if (type == "arraybuffer") { return ""; } return "ascii"; }   2018-06-21 1 1 分享 微博 QZONE 微信 熊猫大侠 赞同来自: 好像中文有问题 英文没问题 2018-01-08 0 1 分享 微博 QZONE 微信...

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

50. 发布时勾选压缩js后,gulp uglify生成的sourcemap在哪里 [ 45%]

...me.fileName const sourceMapContent = JSON.parse(readFileSync(mapFilePath, 'utf8')); const consumer = await new sourceMap.SourceMapConsumer(sourceMapContent); // console.log(frame); // originalPosition不仅仅是行列信息,还有错误发生的文件 originalPosition.source const originalPositio...

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