摘要:
TP5.0获取当前域名的方法 use think\Request; $request = Request::instance(); $domain = $request->domain(); 获取的是全域名信息,带http 例如:http://baidu.com TP5.1获取当前域名的方法 $_S 阅读全文
posted @ 2022-07-08 17:10 君子不卿 阅读(1682) 评论(0) 推荐(0) 编辑
posted @ 2022-07-08 17:10 君子不卿 阅读(1682) 评论(0) 推荐(0) 编辑
posted @ 2022-07-08 11:07 君子不卿 阅读(176) 评论(0) 推荐(0) 编辑
Copyright © 2025 君子不卿
Powered by .NET 9.0 on Kubernetes