当前位置: 代码迷 >> 综合 >> 天下游仍不能虚拟定位
  详细解决方案

天下游仍不能虚拟定位

热度:44   发布时间:2023-09-09 02:01:15.0
天下游仍不能虚拟定位
<script>function a(){alert('some thing');}Ext.onReady(function(){
    Ext.get("btnAlert").addListener("click",a);//这里监听
           //或者使用
           Ext.get("btnAlert").on("click",a);//效果相同
     });</script>
<input id="btnAlert" type="button" value="alert框" /> 天下游仍不能虚拟定位
  相关解决方案