JavaScript基础知识

 ##  输出语句
 window.alert() --写入警告框
document.write()---写入HTML输出
console.log()---写入浏览器控制台
alert("hello world!");//写入警告框
document.write("你好世界~");
console.log("你好世界呀~")

分享名称:JavaScript基础知识
本文路径:http://pwwzsj.com/article/dsojgco.html