数组与字符串的相关操作
摘要:
数组 检测数组: function typeof( obj ) { if(typeof Array.isArray "function"){ return Array.isArray(obj) }else{ return Object.prototype.toString.call ( obj ) 阅读全文
posted @ 2016-10-30 00:08 lengyue0030 阅读(172) 评论(0) 推荐(0) 编辑