其他分享
首页 > 其他分享> > Mixed Content错误的解决

Mixed Content错误的解决

作者:互联网

 

错误示意图:

 

 

在网页head下加入下面这句

<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

 

jquery添加方式

添加 meta
$("head").append('<meta http-equiv="content-type" content="text/html;charset=gbk" />');



标签:jquery,head,错误,Content,添加,meta,Mixed
来源: https://www.cnblogs.com/for917157ever/p/14891153.html