摘要:
```
/** * 获取当前完整URL * @return string */
function get_url()
{ $sys_protocal = isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == '443' ? 'https://' : 'http://'; //根据当前端口,判断是http还是https... 阅读全文
posted @ 2019-06-03 15:45
Mouer404
阅读(1116)
评论(0)
推荐(0)

浙公网安备 33010602011771号