Skip to content

Instantly share code, notes, and snippets.

Http状态码

  • 200 成功
  • 204 No Content(没有内容)
  • 206 Partial Content(部分内容)
  • 301 Moved Permanently(永久重定向)
  • 302 临时重定向
  • 400 Bad Request(坏请求,语法格式错误)
  • 401 未授权
  • 403 Forbidden(禁止)
  • 404 页面不存在