变量检测 typeof

原创2018-11-24 22:45:3499
摘要: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 用来检测页面中变量是某种类型。


批改老师:查无此人批改时间:2018-11-25 09:45:28
老师总结:换个人真不一定看得懂你写的啥。给点标点符号,用些打印函数,这样也方便我们批改,谢谢哈。

发布手记

热门词条