javascript中的window.location.search方法简介
发布时间:2016-12-30 来源:查字典编辑
摘要:window.location.search方法是截取当前url中“?”后面的字符串,例如:index.php?act=doctor,截取后...
window.location.search方法是截取当前url中“?”后面的字符串,
例如:index.php?act=doctor,截取后的字符串就是act=doctor