菜鸟的博客

纵有疾风起,人生不言弃。

导航

2023年10月14日 #

2023.10.14 js事件监听

摘要: //方式一 <input type="button" onlick="on()" value="按钮1"> <script> function on(){ alert("我被点击了~"); } </script> //方式二 <input type="button" id="btn" value=" 阅读全文

posted @ 2023-10-14 23:47 hhmzd233 阅读(8) 评论(0) 推荐(0)