我在 Revive 广告服务器中通过 https 加载广告时遇到问题 它返回
<title>Advertisement</title>
<style type='text/css'>
body {margin:0; height:100%; background-color:transparent; width:100%; text-align:center;}
</style>
</head>
<body>
</body>
</html>
我检测到问题。当我通过 iframe 设置我的横幅代码加载时,它通过 http 运行良好,但是通过 https/ssl 加载时删除了 iframe 标记
谢谢