js http跳转https
作者:朱尚 / 日期:2018-11-13 / 分类:JavaScript / 浏览:1906
var targetProtocol = "https:";
if (window.location.protocol != targetProtocol)
{
    window.location.href = targetProtocol + window.location.href.substring(window.location.protocol.length);
}
上一篇:windows open 新窗口打开
下一篇:jquery 电子书特效 fliphtml5兼容手机
本文标签: https 跳转
本文链接:http://www.banzhuan.net/detail/336