摘要: shared/util.js 1.hasOwn var hasOwnProperty = Object.prototype.hasOwnProperty; function hasOwn (obj, key) { return hasOwnProperty.call(obj, key) } exte 阅读全文
posted @ 2018-07-26 15:24 anthonyliu 阅读(357) 评论(0) 推荐(0) 编辑