大约有 1 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0011 秒)
... = Laya.Geolocation; if (e.code == Geolocation.TIMEOUT) alert("获取位置超时"); else if (e.code == Geolocation.POSITION_UNAVAILABLE) alert("位置不可用"); else if (e.code == Geolocation.PERMISSION_DENIED) alert("无权限"); } } new InputDevice_Map();module laya { import Stage = Laya.Stage;...
来源: Laya2.0_示例 发布时间: 20260303