大约有 53 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
... 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
....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
... 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
...件是有编码格式的参数的,但是查了Bricks的文档,填写"utf8"参数,读写依然不行,这种情况下,无法在玩一玩平台正常读写字符串 2018-10-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20181030
... 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
... } 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
...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
... if (url.indexOf(".fnt") != -1 || url.indexOf("xxx.json") != -1) { return "utf8"; } else if (type == "arraybuffer") { return ""; } return "ascii"; } ``` 另外,从网络中动态加载读取,没有编码的校验限制。所以,也可以把json放在网络中动态加载读取。 #### 4、声...
来源: Laya2.0_文档 发布时间: 20210715
... 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
...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