IE11在将我的应用程序加载到chrome后工作正常没有响应。
可能是什么原因?
以下是layout.jsp
文件的几个jsp内容。
<%@ page language='java' contentType='text/html; charset=UTF-8'%>
<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
<%@taglib uri="/struts-tags" prefix="s"%>
<%@include file="/WEB-INF/pages/themes.jsp"%>
<html>
<head>
<META content="IE=5" http-equiv="X-UA-Compatible">
答案 0 :(得分:1)
你可以使用
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
而不是
<META content="IE=5" http-equiv="X-UA-Compatible">
并在@ and include
和@ and taglib