<script>
if (document.location.protocol != "https:") {
document.location = document.URL.replace(/^http:/i, "https:");
}
</script>
https JS跳转
浏览:771
编辑:绿萝
来源:绿萝
<script>
if (document.location.protocol != "https:") {
document.location = document.URL.repl
上一篇:
JavaScript实现网页计时器(有完整代码)
下一篇:
五子棋游戏