大约有 2 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0011 秒)
...ts, [emailInput, birthdayInput, passwordInput]); } private showLabel(label:string, x:number, y:number):void{ var t:Laya.Text = new Laya.Text(); t.height = this.rowHeight; t.valign = "middle"; t.fontSize = 15; t.font = "SimHei"; t.text = label; t.pos(x, y); this.form.addChild(t); } private createInpu...
来源: Laya_示例 发布时间: 20260106
...s.appendText("\n鼠标滚轮滚动"); break; } } private appendText(value: String): void { this.txt.text += value; this.txt.scrollY = this.txt.maxScrollY; } /**添加提示文本*/ private createLogger(): void { this.txt = new Text(); this.txt.overflow = Text.SCROLL; this.txt.text = "请把鼠标移...
来源: Laya_示例 发布时间: 20260106