document. referrer 에서 이전 페이지 의 원본 을 가 져 옵 니 다.

559 단어 JavaScript
he referrer property returns the URL of the document that loaded this document. The referrer of this document is: < type = "text / javascript" > document. write (document. referrer) / / document. referrer 는 이전 페이지 의 원본 입 니 다.
 
 
 
The referrer property returns the URL of the document that loaded this document. 

The referrer of this document is:
<script type="text/javascript">
document.write(document.referrer)//document.referrer       
</script>

좋은 웹페이지 즐겨찾기