diff --git "a/3.\345\207\275\346\225\260\350\277\233\351\230\266/01.\345\207\275\346\225\260\347\232\204\345\256\232\344\271\211\345\222\214\350\260\203\347\224\250\346\226\271\345\274\217.html" "b/3.\345\207\275\346\225\260\350\277\233\351\230\266/01.\345\207\275\346\225\260\347\232\204\344\270\211\347\247\215\345\256\232\344\271\211\346\226\271\345\274\217.html" similarity index 100% rename from "3.\345\207\275\346\225\260\350\277\233\351\230\266/01.\345\207\275\346\225\260\347\232\204\345\256\232\344\271\211\345\222\214\350\260\203\347\224\250\346\226\271\345\274\217.html" rename to "3.\345\207\275\346\225\260\350\277\233\351\230\266/01.\345\207\275\346\225\260\347\232\204\344\270\211\347\247\215\345\256\232\344\271\211\346\226\271\345\274\217.html" diff --git "a/3.\345\207\275\346\225\260\350\277\233\351\230\266/02.\345\207\275\346\225\260\347\232\204\350\260\203\347\224\250\346\226\271\345\274\217.html" "b/3.\345\207\275\346\225\260\350\277\233\351\230\266/02.6\347\247\215\345\207\275\346\225\260\347\232\204\350\260\203\347\224\250\346\226\271\345\274\217.html" similarity index 100% rename from "3.\345\207\275\346\225\260\350\277\233\351\230\266/02.\345\207\275\346\225\260\347\232\204\350\260\203\347\224\250\346\226\271\345\274\217.html" rename to "3.\345\207\275\346\225\260\350\277\233\351\230\266/02.6\347\247\215\345\207\275\346\225\260\347\232\204\350\260\203\347\224\250\346\226\271\345\274\217.html" diff --git "a/3.\345\207\275\346\225\260\350\277\233\351\230\266/03.this\347\232\204\346\214\207\345\220\221.html" "b/3.\345\207\275\346\225\260\350\277\233\351\230\266/03.6\347\247\215\345\207\275\346\225\260\344\270\255this\347\232\204\346\214\207\345\220\221.html" similarity index 100% rename from "3.\345\207\275\346\225\260\350\277\233\351\230\266/03.this\347\232\204\346\214\207\345\220\221.html" rename to "3.\345\207\275\346\225\260\350\277\233\351\230\266/03.6\347\247\215\345\207\275\346\225\260\344\270\255this\347\232\204\346\214\207\345\220\221.html" diff --git "a/3.\345\207\275\346\225\260\350\277\233\351\230\266/08.call,apply,bind\347\232\204\345\214\272\345\210\253" "b/3.\345\207\275\346\225\260\350\277\233\351\230\266/08.call,apply,bind\347\232\204\345\214\272\345\210\253" index cce5aef..e369066 100644 --- "a/3.\345\207\275\346\225\260\350\277\233\351\230\266/08.call,apply,bind\347\232\204\345\214\272\345\210\253" +++ "b/3.\345\207\275\346\225\260\350\277\233\351\230\266/08.call,apply,bind\347\232\204\345\214\272\345\210\253" @@ -10,4 +10,6 @@ call,apply,bind 实际应用场景: call:实现属性的继承 apply:常跟数组有关系,可以借助数据对象查找数组的最大值最小值 -bind:用于不调用函数,但想改变this指向的情况。比如改变定时器中this的指向 +bind: +应用1:单纯想改变this指向的情况。比如改变定时器中this的指向 +应用2:绑定点击事件,通过传递参数将全局变量window传入到函数内部 \ No newline at end of file diff --git "a/3.\345\207\275\346\225\260\350\277\233\351\230\266/12.js\351\232\276\347\202\271\344\271\213\351\227\255\345\214\205-\344\273\200\344\271\210\346\230\257\351\227\255\345\214\205.html" "b/3.\345\207\275\346\225\260\350\277\233\351\230\266/12.js\351\232\276\347\202\271\344\271\213\351\227\255\345\214\205-\344\273\200\344\271\210\346\230\257\351\227\255\345\214\205.html" index 70391dc..8e979fc 100644 --- "a/3.\345\207\275\346\225\260\350\277\233\351\230\266/12.js\351\232\276\347\202\271\344\271\213\351\227\255\345\214\205-\344\273\200\344\271\210\346\230\257\351\227\255\345\214\205.html" +++ "b/3.\345\207\275\346\225\260\350\277\233\351\230\266/12.js\351\232\276\347\202\271\344\271\213\351\227\255\345\214\205-\344\273\200\344\271\210\346\230\257\351\227\255\345\214\205.html" @@ -10,7 +10,7 @@