截取地址栏传入的数据

mac2022-06-30  109

地址栏: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

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)