摘要:
字符串操作: 一些正则相关: 数组操作: 阅读全文
posted @ 2016-11-09 19:20
朱两边
阅读(195)
评论(0)
推荐(0)
摘要:
原始类型(值类型):Undefined、Null、Number、String、Boolean; 对象类型(引用类型):Object; typeof 可以识别标准类型,null外(返回Object);不能识别具体对象类型(Function除外)。 用法举例: 注:除number 、string、boo 阅读全文
posted @ 2016-11-09 18:35
朱两边
阅读(644)
评论(0)
推荐(0)