JavaScript基础知识

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

网站栏目:JavaScript基础知识
当前链接:http://ybzwz.com/article/dsojgco.html