IP:".$ip." "." time:".$time." \n";//把上面两个结合并添加空格 //不想要空格可以删除$save中的." " //echo $save;//echo 保存 file_put_contents("include/IP/"."IP_".$date.".txt",$save,FILE_APPEND);//通过$save保存至txt文档 //header('Location: http://xxx.xxx/index.html'); //跳转到主页,不要照搬,把xxx.xxx换成你的域名(如果主页不是index.html的话要更换/index.html) //如果你的网站就是php的话请把旧主页更换为其他名字,例如:a.php /index.html也要换成/a.php ?>