php修改头部状态码:
比如503:
header('HTTP/1.1 503 Service Unavailable');
header('Status: 503 Service Unavailable');
php修改头部状态码:
比如503:
header('HTTP/1.1 503 Service Unavailable');
header('Status: 503 Service Unavailable');
转载于:https://www.cnblogs.com/xingmeng/p/3441049.html