当前位置:Gxlcms > JavaScript > javascript中的window.location.search方法简介

javascript中的window.location.search方法简介

时间:2021-07-01 10:21:17 帮助过:195人阅读

window.location.search方法是截取当前url中“?”后面的字符串,

例如:index.php?act=doctor,截取后的字符串就是act=doctor

人气教程排行