睦牧

博客园 首页 新随笔 联系 订阅 管理

2019年3月21日 #

摘要: Object.prototype.isPrototypeOf() / Array.prototype.isPrototypeOf()if(typeof items "object"&&!Array.prototype.isPrototypeOf(items)){ items= [items];} c 阅读全文
posted @ 2019-03-21 19:20 睦牧 阅读(136) 评论(0) 推荐(0) 编辑