大约有 247 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
...析器 解决方案 下载xml解析库,引入方式: 1 window.Parser = require("./js/dom_parser"); 和此库相同的还有 xmldom库:https://github.com/jindw/xmldom 需要在相应的文件目录下面放置 需要配合的有 微信小游戏fnt 最后要远程加载laya官网介绍的位图...
来源: Laya_社区 发布时间: 20180928
...t;>after I/LayaBox: found the file in the package:app.json I/LayaBox: require(/sdcard/layabox/scripts/scripts/index.js) I/LayaBox: require(/sdcard/layabox/scripts/index.js) I/LayaBox: found the file in the package:scripts/index.js I/LayaBox: =================================================...
来源: Laya_社区 发布时间: 20171218
...较大的文件,但是Audio在移动端会有手势的限制,gesture-requirement-for-media-playback属性表明必须有用户的手势操作才可以播放。 WebAudio是一种新的声音播放形式,可以加载多个声音进行合成,他是通过二进制文件解码成浏览器支...
来源: Laya2.0_文档 发布时间: 20210715
...ackage:app.json 05-16 15:59:50.206 7562-7605/com.dihong.testdcc I/LayaBox: require(/sdcard/layabox/scripts/scripts/index.js) 05-16 15:59:50.206 7562-7605/com.dihong.testdcc I/LayaBox: require(/sdcard/layabox/scripts/index.js) 05-16 15:59:50.207 7562-7605/com.dihong.testdcc I/LayaBox: found the file ...
来源: Laya_社区 发布时间: 20190516
...oto: conf_game, _callBack: null, _proxy: Proxy, _data: null…} TypeError: require is not a function at Object.ProtoBuf.Util.Util.fetch (file:///D:/workspace_laya/car_h5_nonet/bin/h5/protobuf.js:354:26) at Object.ProtoBuf.loadProtoFile (file:///D:/workspace_laya/car_h5_nonet/bin/h5/protobuf.js:5150:...
来源: Laya_社区 发布时间: 20170117
...较大的文件,但是Audio在移动端会有手势的限制,gesture-requirement-for-media-playback属性表明必须有用户的手势操作才可以播放。 WebAudio是一种新的声音播放形式,可以加载多个声音进行合成,他是通过二进制文件解码成浏览器支...
来源: Laya3.0_文档 发布时间: 20241014
...ect.defineProperty(exports, "__esModule", { value: true }); const vscode = require("vscode"); function activate(context) { let disposable = vscode.commands.registerCommand('extension.buildTemplate', () => { vscode.window.showInformationMessage('build template complete.'); }); context.subscription...
来源: Laya_社区 发布时间: 20180728
...ort xx from "xx"的方式,所有IDE内置cjs模块都可以通过IEditor.require或者IEditorEnv.require去引用。 //可以通过import导入node内置模块 import fs from "fs"; import path from "path"; //也可以通过require const fs = IEditor.require("fs"); const sharp = IEditor.require("sh...
来源: Laya3.0_文档 发布时间: 20241014
...index.html里引用,而是在项目中引用了,或者是AS项目里用require的方式引用了。那都不会合到code.js。这时候,还是要手动针对自己使用的库,尤其是第三方库,进行手工复制。 #### `res`资源目录 res是默认的资源目录,小游戏由于...
来源: Laya2.0_文档 发布时间: 20210714
...ming\npm\node_modules\layaair2-cmd\no de_modules\core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript stand ard library! The project needs your help! Please consider supporting of core-js on Open...
来源: Laya_社区 发布时间: 20200211