摘要:
转自w3schoolECMAScript 有 5 种原始类型(primitive type),即 Undefined、Null、Boolean、Number 和 String。typeof 运算符typeof 运算符有一个参数,即要检查的变量或值。例如:var sTemp = "test string";alert (typeof sTemp); //输出 "string"alert (typeo... 阅读全文
posted @ 2009-05-20 14:18
奋斗的小涛
阅读(324)
评论(0)
推荐(0)
浙公网安备 33010602011771号