- ECMAScript,js语法
- BOM浏览器对象模型,输出,屏幕宽高,滚动的宽高,setInterval等,window.open(),window.close(),window.location()等
- 输出:alert()。console.log()。prompt('message','default')弹出文本框接收用户输入。confirm('message')弹窗,用于消息确认。
- 调用打印机:print()
- 查找内容:find()
本文共 274 字,大约阅读时间需要 1 分钟。
转载于:https://www.cnblogs.com/yaya625202/p/9192242.html