天天看点

数据类型检测 数据类型检测

数据类型检测

// 类型检测
typeof str           //检测string boolean number undefind
toString.call(obj)   //检测 null function object array...等对象
a instanceof Object  //a是否是由 Object构造
           

posted @ 2017-09-04 15:54 DaivdAndLemon 阅读( ...) 评论( ...) 编辑 收藏