typeof的用法
typeof可以返回變量的類型,返回值為字符串,其值有
"undefined"
"boolean"
"string"
"number"
"object"
"function"
而 typeof(null)會(huì)返回object
?
轉(zhuǎn)載于:https://www.cnblogs.com/lhyhappy365/p/6999710.html
總結(jié)
- 上一篇: 线段树之扫描线思路
- 下一篇: keil教程之创建基础软件工程