<Script > alert(location.href); alert(window.location.href); alert(location.search); alert(window.location.search); var url = "http://www.stefli.com/test.aspx?aa=1&bb=2 "; alert(url.split( "? ")[1].split( "& ")); </Script > 相关文章: 2021-12-28 2022-02-25 2021-11-09 2021-09-21 2022-12-23 2022-12-23