检测你在JavaScript上的页面?
这个问题在这里已经有了答案:
document.URL
会为您提供当前页面的URL。
要检查您将使用的特定页面:
if ( document.URL.contains("homepage.aspx") ) {
//Code here
}
获取网页的网址是你
location.href
要么
document.URL
通过id将样式设置为元素:
document.getElementById('mydiv').style.border = '1px solid black';
链接地址: http://www.djcxy.com/p/22535.html