var a="feir"
undefined
a
"feir"
typeof a
"string"
var b=2
typeof b
"number"
var c="1"
typeof c
Typeof 用来检测页面中变量是某种类型。