摘要: var PubSub = function(){ this.threadPool = []; this.subscrib = function(name,fun){ this.threadPool.push({ name:name, fun:fun }); }.bind(this); this.pu 阅读全文
posted @ 2018-05-26 20:26 飞尽堂前燕 阅读(198) 评论(0) 推荐(0)