时间:2021-07-01 10:21:17 帮助过:33人阅读
加上 defer 等于在页面完全在入后再执行,相当于 window.onload ,但应用上比 window.onload 更灵活!
<script defer>myButton.click();</script><button id="myButton" onclick="alert('ok')">test</button>
< 上一篇
html代码调试脚本
下一篇 >
如何实现浏览器上的右键菜单
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册