php does not use js for page jumping

  • 2020-12-22 17:36:19
  • OfStack

When the page jumps

1 Generally, js is used

window.location.href

Of course you can use it
 
<html> 
<head> 
<meta http-equiv="refresh" content="0;url=http://www.baidu.com"> 
<title></title> 
</head> 
<body> 

</body> 
</html> 

The value of content is the delay of the jump

Related articles: