ex) 브라우져 주소창에 http://xxxxxxxx/paramTest.html?test1=a&test2=b 라고 접근했다고 가정. javascript – 주소의 파라미터값 변수로 받기 출처: Date : 2015/10/17 , Category : Javascript, jQuery Post URL : http://naminsik.com/blog/3070 http://werty.co.kr/blog/?userid=honggildong&age=21 이런식으로 접속 주소가 발생하였고 클라이언트단에서 위 주소를 기반으로 변수를 받아 인터렉션을 구현할 때 아래 방법을 쓴다. 1 2 3 4 5 6 function getParameterByName(name) { name = name.replace(/[\[]/, "\\..