logo XiaoChen's Blog

A front-end programmer born in 1999

113 Archives 7 Categories 15 Tags
🏠 Home
📖 Study Process
  • HTML+CSS
  • JS
  • TS
  • Vue
  • React
  • Uniapp
🐉 Program Demand
📽 Program Difficulty
  • HTML+CSS
  • JS
  • TS
  • Vue
  • React
  • Uniapp
💐 git
📋 interview
🔗 Personal Information
emailgithubqq

© 2025 ❤️ Xiao Chen

Powered by VuePress Theme - Xiaochen

# Ajax

2023/5/27 发起请求返回异常情况时,要在控制台测试一下是否会报typeError2023/5/14 fetch发送ajax请求2023/5/10 发起ajax请求时一定要考虑到异常情况做兜底,并且如果使用了双解构,兜底位置不能是最底层2023/4/30 Ajax请求地址携带不上参数