struts2 在IE6打不开的问题!
<sx:head parseContent="true" />
?
?
<base href="<%=basePath%>" />
?
这两句冲突 !去掉<base href="<%=basePath%>" /> 就能好了 !原因不明!
发布时间: 2012-10-14 14:55:08 作者: rapoo
struts2 在IE6打不开的问题!
<sx:head parseContent="true" />
?
?
<base href="<%=basePath%>" />
?
这两句冲突 !去掉<base href="<%=basePath%>" /> 就能好了 !原因不明!