地址栏:http://127.0.0.1/iweb-DAY06-ALL/iweb/course_detail.html?cid=10
需要截取cid的值。
var str=location.href;var cid=str.substr(str.lastIndexOf('=')+1);
转载于:https://www.cnblogs.com/yan-q/p/6384699.html