const urlParams = new URL(location.href).searchParams; const name = urlParams.get('name'); console.log(name);
로그인 후 답글을 남길 수 있습니다.