大约有 23 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0016 秒)
...HTML=html; htmlDiv.pos(50,200); var txt:String = ""; var tTxt:String; var tHTMLElement:HTMLElement; for(var i:int = 0,n:int = htmlDiv._childs.length;i < n;i++) { tHTMLElement = htmlDiv.getChildAt(i) as HTMLElement; if(tHTMLElement) { tTxt= tHTMLElement.text; if(tTxt) { txt += tTxt; } } } trace("...
来源: Laya_社区 发布时间: 20161027
...ment; })()[/i] [i]把上面的类改一下就可以支持了,如果要htmlelement也支持,改一下:[/i] __proto._getWords=function(){ if (!Text.CharacterCache)return this._getWords2(); var txt=this._text.text; if (!txt || txt.length=...
来源: Laya_社区 发布时间: 20180517
...i < this._childs.length; i++){ var e = this._childs[i]; if(e instanceof HTMLElement && e._text.words){ for(var j = 0; j < e._text.words.length; j++){ var w = e._text.words[j]; w.y = (this.height - tArray[1])/2 + w.y; } }else{ e.y = (this.height - tArray[1])/2 + e.y; } } } } } IXgSoul ...
来源: Laya_社区 发布时间: 20180104