Heim >Backend-Entwicklung >PHP-Tutorial >PHP 锚链接问题

PHP 锚链接问题

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

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


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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn