在IE中嵌入?对象无法在https中工作

时间:2015-01-27 13:24:35

标签: internet-explorer svg https embed

我在服务器端嵌入svg文件,如下所示

out.println("<html><body>");
out.println("<embed src=\"" + imagePath  + "\" type=\"image/svg+xml\"/>");
out.println("</html></body>");

使用HTTP时,嵌入式SVG在chrome,IE中呈现,但在使用HTTPS时,IE(8)中的内容不同。

内容类型设置如下

 response.setContentType("text/html;charset=UTF-8"); 

0 个答案:

没有答案