可能重複:
How does jQuery protect overwriting jQuery and $打破jQuery代碼
我找了jQuery的源代碼,並有幾行代碼,我不明白。
// Map over jQuery in case of overwrite
_jQuery = window.jQuery,
// Map over the $ in case of overwrite
_$ = window.$,
我的問題是上面的代碼是幹什麼的?它是如何工作的?我認爲它是負責jQuery和$對象,但我無法圍繞它的頭。
Doh。這是一個重複的問題。 – Dikei