我有以下 php 变量
$currentUrl
这个 php 变量返回我当前的 url 页面。例如:它返回:
http://example.com/test-category/page.html?_ore=norn&___frore=norian
我可以使用什么 php 代码来获取这个 url 链接并删除“ .html ”之后的所有内容,并返回一个干净的 url 链接,例如:
http://example.com/test-category/page.html
这将在新变量$clean_currentUrl中返回