window.location.hostname没有添加www

时间:2015-05-04 16:38:04

标签: javascript

如何在不使用www的情况下使代码返回结果。在主机名前?

javascript:var stats=window.open('http:/'+'/www.hosterstats.com/historicaldns.php?domain='+window.location.hostname.replace('#','|'));

1 个答案:

答案 0 :(得分:1)

javascript: var stats = window.open('http:/'+'/www.hosterstats.com/historicaldns.php?domain='+window.location.hostname.replace('#','|').replace('www.',''));