JS中call、apply、bind使用指南,帶部分原理。 為什么需要這些?主要是因為this,來看看this干的好事。 box.onclick = function(){ function fn(){ alert(this); ...