typeof可以返回变量的类型,返回值为字符串,其值有
"undefined"
"boolean"
"string"
"number"
"object"
"function"
而 typeof(null)会返回object