NOTE: The shim Code is from an MDN post at https://developer.mozilla.org/ ... var b = { name: "b" } f: function() { console. log(this. name); } f. call(a); ...
確定! 回上一頁