Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在 JavaScript 中传递错误代码:
try{ /*do something*/ } catch { /*throw a 404 error*/ }
您不能使用客户端 javascript “抛出” 404 错误。
您可以将页面替换为新内容,或者将页面的位置更改为不存在的页面