大约有 1 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0012 秒)
....Text; import laya.events.Event; import laya.ui.Box; import laya.ui.Label; public class TestView extends TestPageUI { public function TestView() { //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 btn.on(Event.CLICK, this, onBtnClick); btn2.on(Event.CLICK, this, ...
来源: Laya2.0_示例 发布时间: 20200319