日期:2014-05-17 浏览次数:20885 次
<img id="logo-img" src="<%=path%>/html/images/logo.png" width="617" height="65" />
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>