大约有 1,157 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0050 秒)
Laya_社区(896) Laya2.0_文档(178) Laya3.0_api(24) Laya3.0_文档(20) Laya2.0_示例(12) laya_api(10) Laya_示例(9) Laya2.0_api(8)
我的玩一玩打包报错,只要是有“<”就报错 index编码是utf-8 我试验了for 循环 while循环 和if语句 只要是有“<”,"<"后面的变量或者值就会报错 我的IDE版本1.7.18 附件 : --> 2018-04-18 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180418
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/html/HtmlElement" HtmlElement Class HtmlElement Hierarchy HtmlElement Index Constructors constructor Properties _attrs name obj spa...
来源: Laya3.0_api 发布时间: 20231115
...不去,其实我之前能运行的,后来我接完网页版sdk之后,index.html里面多了不少东西,所以我就把启动页改成index_native.html了,里面的内容是这样的: <html> <head> <meta charset='utf-8'/> <title>JGirls</title> <meta name=...
来源: Laya_社区 发布时间: 20180310
index.js函数位置 请问文档中提到的index.js这个文件在什么地方?谢谢 附件 : --> 2018-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 189*****192 赞同来自: bin 目录下 2018-01-05 0 ...
来源: Laya_社区 发布时间: 20180105
...ind a target that matches: d:\install\LayaBox\workspace\AirWar_Class11/bin/index.html.Available pages:["file:///D:/install/LayaBox/workspace/AirWar_Class11/bin/index.html"]) 附件 : --> 2016-12-30 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...
来源: Laya_社区 发布时间: 20161230
...用setExternalLink 资源路径H5(该路径下两个html文件 入口文件index.html 和client.html). 构建单机版APP 使用setExternalLink设置url路径是client.html 显示黑屏. 是什么问题?setExternalLink不能设置本地路径? 设置服务器路径是可以的(例如:http://www.XXX....
来源: Laya_社区 发布时间: 20180425
...JS__("getLastModified()"); 原来AS项目中,getLastModified()是写在index.html里面的,用于获取index.html的最后修改时间,现在laya应该写在哪个文件呢? 写在index.html调不到。 报错如下: Uncaught ReferenceError: getLastModified is not defined at new Mh...
来源: Laya_社区 发布时间: 20170621
...lse { graphic.fillWords(words,gX,gY,font,color); } if (this.href){ var lastIndex=words.length-1; var lastWords=words[lastIndex]; var lineY=lastWords.y+lastWords.height; if(cssStyle.textDecoration!="none"){ if(words[0].y != words[words.length-1].y){ let index = 0; let slsIndex;//secondLineStartIndex ...
来源: Laya_社区 发布时间: 20190611
...ts项目中使用第三方sdk release(发布)的话,我知道可以修改index.html。 但是,在本地调式时,bin/index.html每次都会被修改,并且不会把我放入src底下的js库加入引用。 可以教我如何在本地测试,也可以使用第三方的js库吗 2018-03-26 添...
来源: Laya_社区 发布时间: 20180326
...js类是再libs下,你可以可以吧worker.js放到libs下,同时再index.html下通过script标签引用下,具体引用位置index.html下有注释告诉,然后代码里写: Laya.WorkerLoader.workerPath = "libs/worker.js"; Laya.WorkerLoader.enable = true; 就可以了 如果是as写的代...
来源: Laya_社区 发布时间: 20170411