To work with the query string, you can use the URLSearchParams object. const urlParams = new URLSearchParams(location.search);.
確定! 回上一頁