Home >Backend Development >PHP Tutorial >PHP 锚链接问题

PHP 锚链接问题

WBOY
WBOYOriginal
2016-06-23 14:13:101123browse

PHP HTML 域名 锚链接



HTML 做锚链接容易,但是PHP 什么做?



锚名称: #classs

HTML是:http://localhost/member/index.html#class


可是PHP什么做?
PHP域名:http://localhost/member/index.php?uid=admin




回复讨论(解决方案)

一样的,加在后面就是了。
http://localhost/member/index.php#class

一样的,加在后面就是了。
http://localhost/member/index.php#class


谢了,自己代码写错了!哈哈 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn