网址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> 
相关文章
相关标签/搜索