javascript得到文件路径(得到文件所位于的URL)
时间:2006-03-29 来源:leaslie
script language="JavaScript">
var pos,str,para,parastr,tempstr1;
tempstr="";
//接收url
str = window.location.href;
pos = str.indexOf("?")
parastr = str.substring(pos+1);
document.write("
文件路径:"+str);
if (pos>0){
document.write("
所有参数:"+parastr);
}
else
{
document.write ("无参数");
}
if (str.indexOf("&")>0){
para = parastr.split("&");
for(i=0;iscript>
var pos,str,para,parastr,tempstr1;
tempstr="";
//接收url
str = window.location.href;
pos = str.indexOf("?")
parastr = str.substring(pos+1);
document.write("
文件路径:"+str);
if (pos>0){
document.write("
所有参数:"+parastr);
}
else
{
document.write ("无参数");
}
if (str.indexOf("&")>0){
para = parastr.split("&");
for(i=0;iscript>
相关阅读 更多 +