摘要: function test(){ this.list = {} }; test.prototype = { constructor:test, add:function(key,fn){ if(typeof this.list[key] == 'undefined'){//检测hello是否存在 t 阅读全文
posted @ 2018-10-22 17:12 树叶———— 阅读(131) 评论(0) 推荐(0) 编辑