1. typeof(判断简单类型):
undefined
null
string
number
boolean
  1. instanceof(判断是否是某个对象的实例):
String()
Object()
Boolean()
Number()
RegExp()