Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome Chrome和Firefox中的META HTTP-EQUIV='refresh'_Google Chrome_Url_Firefox_Tags_Refresh - Fatal编程技术网

Google chrome Chrome和Firefox中的META HTTP-EQUIV='refresh'

Google chrome Chrome和Firefox中的META HTTP-EQUIV='refresh',google-chrome,url,firefox,tags,refresh,Google Chrome,Url,Firefox,Tags,Refresh,我正在使用这段代码在显示消息后刷新当前页面 ?> 您只需删除前导: 如果你有一个网站托管在www.example.org/test/file上,并且有一个指向/file2的链接,它会将你重定向到www.example.org/file2。前导的/表示文件在根文件夹(www.example.org/)中,或者路径从根文件夹开始。如果您不以/开头,而是使用file2,您将被重定向到当前文件夹中的www.example.org/test/file2。使用./file2通常应该像Firefox使用fi

我正在使用这段代码在显示消息后刷新当前页面

?>
您只需删除前导:

如果你有一个网站托管在www.example.org/test/file上,并且有一个指向/file2的链接,它会将你重定向到www.example.org/file2。前导的/表示文件在根文件夹(www.example.org/)中,或者路径从根文件夹开始。如果您不以/开头,而是使用file2,您将被重定向到当前文件夹中的www.example.org/test/file2。使用./file2通常应该像Firefox使用file2一样

<meta http-equiv='refresh' content='2; URL=/profile-manager/editprofile'>