Javascript是无类型、解释型语言 对大小写敏感 html对大小写不敏感 忽略空格符、制表符、换行符(关键字、变量、正则表达式 除外) ";"分号可选择 //单行注释 /*多行注释*/ 标示符 开头必须是字母、下划线、$符号 关键字: break delete function return typeof case do if switch var catch else in this void continue false instanceof throw while debugger finally new true with default for null try