大约有 1 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0008 秒)
...on.on(Event.CLICK, this, onPlaySound); musicButton.on(Event.CLICK, this, onPlayMusic); } function createButton(label) { var w = 110; var h = 40; var button = new Sprite(); button.size(w, h); button.graphics.drawRect(0, 0, w, h, "#FF7F50"); button.graphics.fillText(label, w / 2, 8, "25px SimHei", "#F...
来源: Laya_示例 发布时间: 20260303