URL이라는 내부 라이브러리
const url = new URL(urlstring); const param1 = url.searchParams.get('param1');
출처 :: https://dmitripavlutin.com/parse-url-javascript/