摘要: 原文地址:如何判断js中的数据类型作者:最初的你如何判断js中的数据类型:typeof、instanceof、 constructor、 prototype方法比较如何判断js中的类型呢,先举几个例子:var a = "iamstring.";var b = 222;var c= [1,2,3... 阅读全文
posted @ 2016-08-19 17:24 Newman·Li 阅读(132) 评论(0) 推荐(0)