摘要:var a="feir"undefineda"feir"typeof a"string"var b=2undefinedtypeof b"number"var c="1"undefinedtypeof c"string"Typeof 用來檢測頁面中變量是某種類型。
var a="feir"
undefined
a
"feir"
typeof a
"string"
var b=2
undefined
typeof b
"number"
var c="1"
undefined
typeof c
"string"
Typeof 用來檢測頁面中變量是某種類型。
批改老師:查無此人批改時(shí)間:2018-11-25 09:45:28
老師總結(jié):換個(gè)人真不一定看得懂你寫的啥。給點(diǎn)標(biāo)點(diǎn)符號(hào),用些打印函數(shù),這樣也方便我們批改,謝謝哈。