复制代码 代码如下:
if ($_server['https'] != on) {
echo this is not https;
}else{
echo this is https;
}if ($_server['https'] != on) {
echo this is not https;
}else{
echo this is https;
}
http://www.bkjia.com/phpjc/328004.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/328004.htmltecharticle复制代码 代码如下: if ($_server['https'] != on) { echo this is not https; }else{ echo this is https; }if ($_server['https'] != on) { echo this is not https; }else...