boxmoe_header_banner_img

Hello! 欢迎来到盒子萌!

加载中

文章导读

PHP获取当前页面URL


avatar
专收爆米花 2019年9月4日 8.29k
function getUrl() {
  $url  = @( $_SERVER["HTTPS"] != 'on' ) ? 'http://'.$_SERVER["SERVER_NAME"] :  'https://'.$_SERVER["SERVER_NAME"];
  $url .= ( $_SERVER["SERVER_PORT"] !== 80 ) ? ":".$_SERVER["SERVER_PORT"] : "";
  $url .= $_SERVER["REQUEST_URI"];
  return $url;
}
php


评论(13)

查看评论列表
评论头像
踏雕上月 2019年09月04日
哇哦
评论头像
猫叔 2019年09月04日
拿小本本记下来!
评论头像
凉风有信 2019年09月11日
判断 SERVER_PORT 就可以知道是不是 https 请求了
评论头像
小橘猫 2019年09月18日
意外发现了这么个网站,感觉恋爱了
评论头像
专收爆米花 博主 2019年09月22日
....
评论头像
小橘猫 2019年09月23日
唉,可惜这不符合我,我不会PHP
评论头像
风波 2019年10月19日
支持
评论头像
apple 2019年11月23日
回到顶部,那个按钮图在手机移动端的位置不正确,右上角把菜单都遮住了,样式有问题。你的网站。
评论头像
专收爆米花 博主 2019年11月28日
好的,谢谢反馈
评论头像
测试 2020年02月18日
测试
评论头像
website 2020年06月06日
Hey! I could have sworn I've been to this site before but after reading through some of the post I realized it's new to me. Anyways, I'm definitely glad I found it and I'll be book-marking and checking back often!
评论头像
范德萨发生 2020年06月09日
打打打打
评论头像
Office Security Download With Product Key 2020年07月05日
Outstanding quest there. What occurred after? Thanks!

发表评论

表情 颜文字
插入代码