网址http换成https ----js

 

 

 

<script type="text/javascript">
var url = window.location.href;
if (url.indexOf("https") < 0) {
url = url.replace("http:", "https:");
window.location.replace(url);
}
</script> 

  

posted @ 2016-08-04 10:09  镜子-正衣冠-知得失  阅读(1705)  评论(0编辑  收藏  举报