JavaScripts基础 变量声明 let或var 类型: String Number Boolean Array Object 事件 document.querySelector('html').onclick=function(){ alert('alert message'); }