URL 주소 가져오기 실행 URLhttp://localhost:8088/member/find.do?key=value javascriptlocation.href : http://localhost:8088/member/find.do?key=valuelocation.protocol : http:location.host : localhost:8088 location.pathname : /member/find.dolocation.search : ?key=value jquery$(location).attr('href') : http://localhost:8088/member/find.do?key=value$(location).attr('protocol') : http:$(location).attr('host') :..