Example 1: js query string const urlParams = new URLSearchParams(window.location.search); const myParam = urlParams.get('myParam'); Example 2: get query ...
確定! 回上一頁