const url = new URL(. 'http://example.com/path/index.html?message=hello&who=world'. ); url.searchParams.get('message'); // => 'hello'. url.
確定! 回上一頁