????JavaScript????????????????????β????????????????????????????this ??arguments??this????????????з?????????????????????
????JavaScript???????????????????????????????????????????????????apply??????????Щ???????????????this????????
??????????????????????????????????????????????????????????????????????????????????this???????????????????????????????????????????????.???????[script]?±?????????????????????????????á?
var myObject = {
value: 0;
increment: function(inc){
this.value += typeof inc === 'number' ? inc : 1;
}
};
myObject.increment();
document.writeln(myObject.value);//1
myObject.increment(2);
document.writeln(myObject.value);//2
???????????????this????????????????????????????????this????????????????????????????ú????????this?????á????this??????????????????????????????????????
???????????????????????????????????????????????????????????????????? var sum = add(3?? 4);//sum??7
??????????????????????this????????????
??????????????????JavaScript????????????е??????????ζ???????????????????????????????????????
??????????????????new?????????????????????????????ú?????prototype????????????this???????????????????
????Apply???????????JavaScript????????????????????????????????????????з?????
????apply????????????????????????鰱????????ú???????????????????this?????
????apply???????????????????????????????this??????????????????????顣