PHP 锚链接问题

WBOY
Release: 2016-06-23 14:13:10
Original
1108 people have browsed it

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


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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template