使用JavaScript对https进行判断,具体方法以下:
var ishttps = 'https:' == document.location.protocol ? true: false;
if(ishttps){
alert("这是一个https要求");
}else{
alert(“这是一个http要求”);
}
本文来源:https://www.yuntue.com/post/59444.html | 云服务器网,转载请注明出处!
js怎样辨别https使用JavaScript对https进行判断,具体方法以下:var ishttps = \’https:\’ == document.location.protocol ? true: false;if(ishttps){alert(\”这是一