JavaScript基础知识
## 输出语句
window.alert() --写入警告框 document.write()---写入HTML输出 console.log()---写入浏览器控制台 alert("hello world!");//写入警告框 document.write("你好世界~"); console.log("你好世界呀~")
标题名称:JavaScript基础知识
分享地址:http://scyingshan.cn/article/dsojgco.html