關(guān)于this的使用 先貼一段代碼 上述函數(shù)中this是定義在setTimeout定時器函數(shù)內(nèi)部,所以this指向window,所以執(zhí)行foo()...
投稿
收錄了1篇文章 · 1人關(guān)注
關(guān)于this的使用 先貼一段代碼 上述函數(shù)中this是定義在setTimeout定時器函數(shù)內(nèi)部,所以this指向window,所以執(zhí)行foo()...