php页面404状态实现 By dsboke | 2020年6月9日 0 Comment 这里说的不是404界面实现,而是让页面状态头变成404。php可以通过header函数实现: header("status: 404 not found"); exit('您访问的页面不存在');