使用META标签强制将http请求转成https(SSL协议)请求 只需要在<head>标签内增加代码 <meta http-equiv=”Content-Security-Policy” content=”upgrade-insecure-requests”> 就可以让你页面上所有的非http请求强制转成https请求,以更好的使用SSL协议。