2017年7月25日

JavaScript监听模式

摘要: // 事件对象 var Event = function(obj) { this.obj = obj; this.getSource = function() { return this.obj; } } // 监听对象 var F2 = function() { this.hander = function(event) { va... 阅读全文

posted @ 2017-07-25 15:04 jis117 阅读(714) 评论(0) 推荐(0) 编辑

导航