大约有 128 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
...试面板。 开启debug模式后 1.编译代码将增加int,uint,Number,String的类型判断,都将被翻译成if(!__DEBUGTYPE__(判断对象,判断类型))debugger,如果检测对象非指定类型,即会中断程序运行,并在检测到问题的代码处自动断点。 2.编译代码将...
来源: Laya_社区 发布时间: 20151203
...应表再补充一个writeMultiByte public function writeMultiByte(value:String,charSet:String):void { value = value + ""; if(charSet=="UNICODE" || charSet=="unicode") { return writeUnicode(value...
来源: Laya_社区 发布时间: 20170407
...nterface.available) { var params:String = ExternalInterface.call("getParams"); if (params.indexOf("?")!=-1) { var ary:Array = params.split("?"); va...
来源: Laya_社区 发布时间: 20200217
...Utils 是工具类。 Public Properties PropertyDefined By parseXMLFromString : Function[static] 将字符串解析成 XML 对象。 UtilsPublic Methods MethodDefined By bind(fun:Function, scope:*):Function[static] 给传入的函数绑定作用域,返回绑定后的函数。 Utils fit...
来源: Laya2.0_api 发布时间: 20190513
...Utils 是工具类。 Public Properties PropertyDefined By parseXMLFromString : Function[static] 将字符串解析成 XML 对象。 UtilsPublic Methods MethodDefined By bind(fun:Function, scope:*):Function[static] 给传入的函数绑定作用域,返回绑定后的函数。 Utils fit...
来源: laya_api 发布时间: 20170929
...ublic static function encodeByte(byte:ByteEx, start:int = 0, end:int = -1):String { if (end < 0) { end = byte.length; } return encode(byte.buffer.slice(s...
来源: Laya_社区 发布时间: 20190117
... private onBtnClickShare() { let base64OfQrCode:string = androidplat.createQrCode("https://www.layabox.com/", 180, 180); if (base64OfQrCode.length>0) { let img:Laya.Image = new Laya.Image(); img.skin =...
来源: Laya_社区 发布时间: 20200729
...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象...
来源: Laya2.0_api 发布时间: 20190513
as3字符串截取int的问题 String("10,12").split(','); 被自动转成以下JS并报错Uncaught ReferenceError: int is not defined function DConfig(){}; __class(DConfig,'DConfig'); __getset(1,DConfig,'GamrRoomEnterPower',function(){ return DConfig.gamrRoomEnterPower; },function(value){ DConfig....
来源: Laya_社区 发布时间: 20170731
... var p:HTMLDivElement = new HTMLDivElement(); var html:String = "<span color='#e3d26a'>使用</span>"; p.innerHTML = html; 然后我如何才能从p中获取"<span color='#e3d26a'>使用</span>". 2017-03-07 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170307