new URL('https://www.zhangxinxu.com/wordpress/?s=url').searchParams.get('s');. 或者: new URLSearchParams('?s=url').get('s'); ...
確定! 回上一頁