자바 https http 구분해서 접속하기
페이지 정보
작성자 관리자 (183.♡.9.2)
조회 1,348회
작성일 23-12-13 11:31()
본문
https http 구분해서 접속하기
[code]
<script>
if(window.location.protocol == "http:"){
window.location.protocol = "https:";
}
</script>
[/code]
- 이전글
- 다음글
댓글목록
등록된 댓글이 없습니다.