欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

js 取得当前路径

shiping1 的头像
document.location.href  表示 js 当前的路径

function getFromUrlValue()
{
 	if(document.form1.fromurl!=null)
	{
		document.form1.fromurl.value=document.location.href;
	}
 	return true;
}
普通分类: