20210628 TIL

김진태·2021년 6월 28일
0

TIL

목록 보기
14/28

url의 parameter 가져오기

코드 참고

 $(document).ready(function () {
  let id = document.location.href.split("?id=")[1]
 }

성공!

profile
안녕!

0개의 댓글