【JS】判断当前协议是http还是https

gengboxb 204 0
document.location.host   //表示当前域名 + 端口号

document.location.hostname  //表示域名

document.location.href   //表示完整的URL

document.location.port   //表示端口号

document.location.protocol   //表示当前的网络协议

发表评论 取消回复
表情 图片 链接 代码

分享