大约有 182 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0072 秒)
...itch/client/bird/bin/js/" #文件夹目录 fns = [os.path.join(root,fn) for root, dirs, files in os.walk(path) for fn in files] for f in fns: print(f) with open(f, "r+") as f: old = f.read() f.seek(0) f.write("\"use strict\";") f.write(old) print(len(fns)) ``` 2018-05-24 0 1 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20170604
...。 遇到:GuideLine 2.5.2 问题. 原文如下: Guideline 2.5.2 - Performance - Software Requirements Your app, extension, or linked framework appears to contain code designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which...
来源: Laya_社区 发布时间: 20191104
...****051 • 2019-05-08 12:43 遇到同样问题,报错 Undefined symbols for architecture arm64: "_OBJC_CLASS_$_conchConfig", referenced from: objc-class-ref in GameReadingViewController.o "_OBJC_CLASS_$_conchRuntime", referenced from: objc-class-ref in GameReadingViewControlle...
来源: Laya_社区 发布时间: 20180615
...(RES.ONLOADGROUPERROR,"资源组名称不能为空"); return; } var group; for(var i in RES.groups){ var name = RES.groups[i].name; if(name == groupName){ group = RES.groups[i]; break; } } if(!group){ console.error("加载了不存在的资源组"); RES.getInstance().event(RES.ONLOADGROUPERROR,"加...
来源: Laya_社区 发布时间: 20161011
...e] || {self:name}; if(_super) { var supers=_super.split(','); a.extend=[]; for(var i=0;i<supers.length;i++){ var nm=supers[i]; ins[nm]=ins[nm] || {self:nm}; a.extend.push(ins[nm]); } } var o=window,words=name.split('.'); for(var i=0;i<words.length-1;i++) o=o[words[i]]; o[words[words.length-1]]...
来源: Laya_社区 发布时间: 20180806
... } var tAniSprite; for (var i = 0; i < this.aniSpriteArray.length; i++) { tAniSprite = this.aniSpriteArray[i]; tAniSprite.show(); } } ...
来源: Laya_社区 发布时间: 20220627
苹果上架问题, 2017年12月8日 上午9:53 发件人 Apple2. 5 Performance: Software Requirements 4. Design: Preamble Guideline 2.5.2 - Performance - Software Requirements Your app, extension, or linked framework appears to contain code designed explicitly with the capability to change you...
来源: Laya_社区 发布时间: 20171221
...微博 QZONE 微信 a8181405c 赞同来自: 估计是在代码里写了 for (var key:int in obj) 这样的AS转成JS会有问题。要改为 for (var key:String in obj) 2018-02-03 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 ...
来源: Laya_社区 发布时间: 20170921
...TileProperties(tileDataDic) { var key; for (key in tileDataDic) { this._tileProperties2[key] = tileDataDic[key]; } } 修正后代码: addTileProperties(tileDataDic,firstgid = 0) { var key...
来源: Laya_社区 发布时间: 20220315
多个button如何区分 通过 for 循环 加入多个button 添加事件 this.emojiBut1.on(Laya.Event.CLICK,this,this.onEmojiBut1Click); 多个button 如何区分 点击的哪一个button 可以设置tag吗 或者通过监听事件透传? 附件 : --> 2017-04-25 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20170425