标签: php
if(isset($_GET['id'])){ echo $_GET['id']; } <a href="test.php?id=10#12">Click Here</a>
输出:10 为什么我没有得到10#12.
10#12.