js学习
js不可自闭和
基本语法
window.alert("hello js")//弹出警告框document.write("hello js")//写入HTML界面console.log("hello js")//控制台输出
js代码后不用加分号