url에서 파라미터를 가져와 사용할 때 쓰면 편하다.
사용 예시만 남겨놓는다.
const params = new URLSearchParams(location.search); const paramsA = params.get('A');