可以快速上手的开发文档
1.typeof操作符示例://数值typeof37==='number';//字符串typeof''==='string';//布尔值typeoftrue==='boolean';/..