大约有 576 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0059 秒)
ts加密md5码封装 tsconfig.json { "compilerOptions": { "module": "commonjs", "target": "es6", "sourceMap": true }, "exclude": [ "node_modules" ] } test: let str = Md5.Instance.get_md5("123456"); console.log(str) //len:32 //e10adc3949ba59abbe56e057f20f883emd5.ts class Md5 { private static _inst:M...
来源: Laya_社区 发布时间: 20190321
Laya2.0的wx.d.ts中createInnerAudioContext函数与微信小游戏官方给的方法返回值不一致 Laya2.0的wx.d.ts中createInnerAudioContext函数与微信小游戏官方给的方法返回值不一致,在声明中返回值是void,官方是会返回一个InnerAudioContext对象的。 这...
来源: Laya_社区 发布时间: 20181011
微信小游戏打包后SFS2X.d.ts没有打包成js文件 倒是运行报错未找到 SFS2X is not defined;at api readFile success callback function ReferenceError: SFS2X is not defined at Server.initSFS (http://127.0.0.1:17168/game/code.js:130617:26) 2019-10-17 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20191017
... 看了其他引擎才发现 LAYA 真的太太太太好用了!!!! TS项目使用matter.js库无智能提示 成都雨墨游戏 求 laya 程序开发人员 关于Laya实现Matter.js官方案例凹多边形的问题 用了第三方socket类 项目在IDE上可以连接正常运行,为什么...
来源: Laya_社区 发布时间: 20180730
tsconfig 中添加 "lib":["es5","es2015.promise"] ,之后无法引用lib.d.ts里面的内容,意味着console.log()都报错了 打算在代码中使用async await 语法,需要引用es2015.promise,引用后,无法使用console.log,下面是配置文件: { "compilerOptions": { "module": "...
来源: Laya_社区 发布时间: 20181227
...引擎版本vscode开发不支持async await语法 编译出现提示缺少tslib错误 错误提示:This syntax requires an imported helper but module 'tslib' cannot be found semantic error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found. at error (D:...
来源: Laya_社区 发布时间: 20200704
...e_modules\vscode-debugadapter\lib\protocol.js:24:60) at emitOne (events.js:96:13) at Socket.emit (events.js:188:7) at rea[...] Error processing "evaluate": TypeError: Cannot read property 'api' of undefined at ChromeConnection.get api [as api] (d:\LayaBox\LayaAirIDE_1_7_6_bet...
来源: Laya_社区 发布时间: 20170824
laya里面TS的正则表达式跟js不同的 验证身份证号(15位或18位数字):^\d{15}|\d{18}$ 验证手机号码11位数字,以1开头。/^1\d{10}$/ 首先前后是不需要用/ / \d好像不行 TS正解: 验证身份证号(15位或18位数字): var reg:RegExp = new RegExp...
来源: Laya_社区 发布时间: 20170609
...y.set (native) at DynamicBatch.__proto._getRenderElement (file:///D:/Projects_D/LayaPrjs/2017_FilesLayouterManager/bin/h5/Main.max.js:5989:23) at DynamicBatch.__proto._addToRenderQueue (file:///D:/Projects_D/LayaPrjs/2017_FilesLayouterManager/bin/h5/Main.max.js:6043:9) at DynamicBatchManager.__proto...
来源: Laya_社区 发布时间: 20170626
微信小游戏打包后SFS2X.d.ts没有打包成js文件 导致运行报错未找到 SFS2X is not defined;at api readFile success callback function ReferenceError: SFS2X is not defined at Server.initSFS (http://127.0.0.1:17168/game/code.js:130617:26) at GameMain.initGame (http://127.0....
来源: Laya_社区 发布时间: 20191017