标签:
传值:window.location.href=“eidit.html?activityId=“+acytivityIDd;
将id放进地址栏传到另一html页面
接受
再用var str=window.dociument.lacocation.href
var s=str.indexOf(“=”);
var.actibityId=str.substring(s,str.length)
标签:
原文地址:http://www.cnblogs.com/qiudaolu/p/5410783.html