摘要: 1. 考察this 1 var length = 10 2 function fn(){ 3 alert(this.length) 4 } 5 var obj = { 6 length: 5, 7 method: function(fn) { 8 fn() /... 阅读全文
posted @ 2014-08-25 23:44 努力就有机会 阅读(581) 评论(0) 推荐(0) 编辑