duan1396 2013-07-10 18:33
浏览 139
已采纳

PHP - 如何获取URL字符串的最后一段[重复]

I'm trying to extract the last segment of this URL: http://test.com/blog/#segmentIwant (the #segmentIwant is the string I want). The hash tag is generated from a link within the website. Any help is much appreciated!

</div>
  • 写回答

2条回答 默认 最新

  • dsc56927 2013-07-10 18:35
    关注

    Well while you load a page with # tag, php does not know it as # tags on url are treated by basically javascript and are not sent to server. But with a simple AJAX request you can send the value to server on loading the page and get the response through that AJAX response.

    To grab the url with Javascript:

    var url = document.URL;
    

    And try basename() function to get the last part of the sent url with PHP code.

     echo basename( "http://test.com/blog/#segmentIwant" );
    

    Or a simple function in javascript to do it:

    var url = document.URL;
    hashed_string = url.split("#");
    alert(hashed_string[1]);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器