摘要: function Person(opts) { var def = { name: '何XX', age: 10, sex: '男' }; opts = $.extend(def,opts); this.name = opts.name; this.age = opts.... 阅读全文
posted @ 2015-01-30 15:21 幹掉上帝 阅读(230) 评论(0) 推荐(0)