应用场景:
不同的域名对应相同的网页,想要在某一个区域显示出当前访问的域名。
例如:
Copyright © 2024. www.33f.net All rights reserved.
解决方法:
在head区域加入script代码如下:
<script>
window.onload = function() {
// 获取当前网址
var currentUrl = window.location.href;
// 提取网址中的域名部分
var domain = currentUrl.split('/')[2];
// 输出当前年份到一个<span>元素
document.getElementById("currentYear").innerHTML = new Date().getFullYear();
// 输出当前网址的域名部分到一个<span>元素
document.getElementById("currentUrl").innerHTML = domain;
};
</script>
在输出内容区域加入如下代码:
<span id="currentYear"></span>
<span id="currentUrl"></span>
用这个方法,你访问的是哪个域名,就显示出哪个域名。 具体的操作,比如加连接之类的请自行扩展。
方法2:
还有一个方法,就是在head区域加入script:
<script>
var 33f = window.location.host;
</script>
输出区域输入:
<script>document.write(33f);</script>
这样就可以直接输出当前网址,更简单。但是这个也带来一个问题就是兼容性问题,虽然简单,但是可能某些网页无法正常的显示或者覆盖内容等。不利于维护。
也可以试着这样输出
head区域上方:
<script>
window.onload = function() {
// 获取当前网址的域名部分
var domain = window.location.host;
// 创建一个新的文本节点
var textNode = document.createTextNode(domain);
// 找到页面上的一个元素,例如一个<div>元素,并将文本节点添加到该元素中
document.getElementById("domainOutput").appendChild(textNode);
};
</script>
内容输出区域:
<span id="domainOutput"></span>
根据自己的情况进行选择操作。
版权属于: 三三世界-百宝箱
本文链接: http://33f.net/Web/same_page_muti_domain_show_different_url.html
本文最后更新于2024年03月30日 ,已超过266天没有更新,若内容或图片失效,请留言反馈。
本文允许转载,但请在转载时请以超链接或其它形式标明文章出处
@Doug Shume it's ok for me , you can post here.
Saved as a favorite, I like your website!
If some one wishes to be updated with hottest technologies after that he must be visit this site and be up to date daily.
Heello would you mind sharing which blog platform you're using? I'm planning to start my own blog in the near future but I'm having a tough time making a decision between BlogEngine/Wordpress/B2evolution and Drupal. The reason I ask is because your layout seems different then moost blogs and I'm looking for something completely unique. P.S Apologies forr being off-topic butt I had to ask!
Thanks to my father who shared with me regarding this webpage, this website is genuinely amazing.
Hi, I have an overflow of customers that I'd like to send to you but I want to make sure you can handle more leads, let me know if you'd like me to send you more info.
zh.us.to 有效
kms.03k.org 有效
kms.chinancce.com
kms.shuax.com 有效
kms.dwhd.org 有效
kms.luody.info 有效
kms.digiboy.ir 有效
kms.lotro.cc 有效
www.zgbs.cc 有效
cy2617.jios.org 有效
@ 权限问题,试试sudo 再加命令。
你好提示Permission denied 怎么办啊