获取变量类型
使用typeof(变量)或者typeof 变量(typeof 是关键字)
执行结果:number string number object undefined object
Number类型数字的范围
字符串的运算