create new URL object const url = new URL('http://example.com?size=M&size=XL&price=29&sort=desc'); // parse query parameters to object ...
確定! 回上一頁