현재 페이지(접속해 있는)의 주소(URL)를 javascript로 알아내기
location.href 또는 document.location.href
사용 예>
<script tyle="text/javascript">
<!--
alert(location.href)
//-->
</script>
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.