用了basepath,在chrome,firefox下均正常,惟独操蛋的IE不行
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<base href="<%=basePath%>">
<img src="images/gmmb.jpg" width="53" height="44" alt="用了basepath,在chrome,firefox上均正常,惟独操蛋的IE不行" />