struts2在IE6打不开的问题!sx:head parseContenttrue /??base href%basePath% / ?这两句冲突
struts2 在IE6打不开的问题!
<sx:head parseContent="true" />
?
?
<base href="<%=basePath%>" />
?
这两句冲突 !去掉<base href="<%=basePath%>" /> 就能好了 !原因不明!
struts2 在IE6打不开的问题!
<sx:head parseContent="true" />
?
?
<base href="<%=basePath%>" />
?
这两句冲突 !去掉<base href="<%=basePath%>" /> 就能好了 !原因不明!