摘要: function isType(type) { return function (content) { let t = Object.prototype.toString.call(content).replace(/\[object\s|\]/g, '') return t === type; } } let arr = ['String', "... 阅读全文
posted @ 2018-06-25 17:12 web_study 阅读(397) 评论(0) 推荐(0)

哈哈