获取输出当前页面地址的代码php、js

你可以使用以下PHP代码来输出当前页面的地址:echo $_SERVER[‘REQUEST_URI’];

JavaScript代码来输出当前页面的地址:document.location.href

完整js:

你可以使用以下完整的JavaScript代码来输出当前页面的地址:
<script type=”text/javascript”>
document.write(“The current page URL is: ” + document.location.href);
</script>

 

发表评论

您的电子邮箱地址不会被公开。 必填项已用 * 标注