亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

ext監(jiān)聽事件方法[初級篇]

 更新時間:2008年04月27日 18:52:52   作者:  
ext監(jiān)聽事件實例代碼
<script>function a(){alert('some thing');}Ext.onReady(function(){
    Ext.get("btnAlert").addListener("click",a);//這里監(jiān)聽
           //或者使用
           Ext.get("btnAlert").on("click",a);//效果相同
     });</script>
<input id="btnAlert" type="button" value="alert框" />

相關(guān)文章

最新評論