柯里化函數思想:一個JS預先處理思想函數
var obj = {name:"張三"};this
function fn () {io
console.log(this)console
}function
window.setTimeout(fn,0);im