首页 相关文章 获得当前页面URL地址的三个JS代码

获得当前页面URL地址的三个JS代码

码一:

script
function selecturl(){
z=document.body.createTextRange();
z.moveToElementText(selecturlDiv);
z.select();
}
/script
span onmousemove='selecturl()' id=selecturlDivscriptdocument.write(location.href)/script


代码二:

script
function copyCode(o){o.select();var js=o.createTextRange();js.execCommand("Copy");alert("复制成功!");}
document.write("table align=center class=tableborder1 cellpadding=1 cellspacing=0tr");
document.write("td width=10% nowrap ...[ 查看全文 ]

2016-02-19 标签:

获得当前页面URL地址的三个JS代码的相关文章

手机页面
收藏网站 回到头部