摘要: 学习underscore.js有感(function () { var root = this; var _ = function(obj) { if (obj instanceof _) return obj; if (!(this instanceof _)) return new _(obj) 阅读全文
posted @ 2018-03-31 18:19 youxia99 阅读(175) 评论(0) 推荐(0)