网页(php、js、html)中的跳转功能

php:
header(“location:index.php”);
js跳转:
location.href=http://www.lierweimei.com
HTML跳转:

发布了5 篇原创文章 · 获赞 0 · 访问量 152

猜你喜欢

转载自blog.csdn.net/aotebiaoge/article/details/104692078