摘要: location.href = 'http:www.baidu.com?name=zhang3&age=18' URL const searchParams = new URL(location.href).searchParams const name = searchParams.get('na 阅读全文
posted @ 2021-12-01 09:42 _Jarrett 阅读(163) 评论(0) 推荐(0)