发布网友 发布时间:2022-04-06 04:16
我来回答
共1个回答
热心网友 时间:2022-04-06 05:45
请使用标准写法<?phpheader("Location: http://www.baidu.com/"); /* Redirect browser *//* Make sure that code below does not get executed when we redirect. */exit;?>