blob: a9f11288739fa3cac76674604284dfb712f6e87a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
title: '404'
slug: Glossary/404
tags:
- '404'
- HTTP Errors
- Infrastructure
- Navigation
translation_of: Glossary/404
---
<p>404 是一个标准的响应代码,代表{{Glossary("Server", "服务器")}}无法找到所请求的资源。</p>
<h2 id="了解更多">了解更多</h2>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Response_codes">HTTP响应码列表</a></li>
<li><a href="https://developer.mozilla.org/en-US/Learn/Checking_that_your_web_site_is_working_properly">对于初学者如何避免404错误的建议</a></li>
</ul>
|