📜  使用 php 代码示例的当前页面链接

📅  最后修改于: 2022-03-11 14:54:33.108000             🧑  作者: Mango

代码示例2
$url=$_SERVER['REQUEST_URI'];
echo $url;