摘要: 一.事件模式 内联模式 <button onclick="alert('666')">摁钮</button> 脚本模式 <button onclick="act()"> 摁钮 </button> <script> function act () { console.log('666'); } </s 阅读全文
posted @ 2022-06-08 19:26 捧鱼咽 阅读(60) 评论(0) 推荐(0)