JS或者PHP获取当前域名,并根据不同域名来显示不同LOGO disucz x2.5论坛的 要求完整,并告知放于哪个文件

JS或者PHP获取当前域名,并根据不同域名来显示不同LOGO disucz x2.5论坛的 要求完整,并告知放于哪个文件,第1张

<script>

alert(locationhostname)

alert(locationport)

alert(locationpathname)

alert(locationsearch)

</script>

<script>

function winsx(url) //URL传递的参数

{

var winurl =urlurl:(unescape(windowlocationhref));

var wlp = winurlsplit("")[1];

var wincs = wlpsplit("&");

for(var i=0; i<wincslength; i++)

{

var tur = wincs[i]split("=");

eval('this'+tur[0]+'="'+tur[1]+'";');

}

}

var ug = new winsx(">

$domain = "glaaacom";

$n = preg_match('/(\)\w+\\w+$/', $domain, $matches);

print_r($matches);

//获取域名

host = windowlocationhost;

host2=documentdomain;

if(host!="xxxcom") alert("illegal");

<php

if($_SERVER['>

以上就是关于JS或者PHP获取当前域名,并根据不同域名来显示不同LOGO disucz x2.5论坛的 要求完整,并告知放于哪个文件全部的内容,包括:JS或者PHP获取当前域名,并根据不同域名来显示不同LOGO disucz x2.5论坛的 要求完整,并告知放于哪个文件、js获取当前网页地址并去掉域名、php如何获取当前二级域名等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/10038267.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-04
下一篇 2023-05-04

发表评论

登录后才能评论

评论列表(0条)

保存