感谢所有提供本书错误的网友。

 

ID 页码 勘误内容 致谢网友
 1  69  replacce应为replace  myunlessor
 2 87

 var pushX = bind(testArray.push, testArray);

修改为

var pushX = bind(x.push, x);

 myunlessor
 3  95  代码中else if 缩进格式有误  myunlessor
 4  162 第一段后半句:如果传入了第三个参数(回调函数)可以在其中处理非200状态码的错误状况  myunlessor
 5      
 6      
 7      
 8      
 9      

相关文章:

  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-09-18
  • 2022-01-24
  • 2021-12-12
  • 2021-10-14
  • 2021-07-20
猜你喜欢
  • 2022-02-09
  • 2022-01-07
  • 2021-12-15
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案