<base href="<%=basePath%>">
<base src="<%=basePath%>">
主要作用:下面的<a href="">123</a> <img src=""/>
的地址连接前会自动加上基本设置中的连接。
<base href="<%=basePath%>">
<base src="<%=basePath%>">
主要作用:下面的<a href="">123</a> <img src=""/>
的地址连接前会自动加上基本设置中的连接。
转载于:https://www.cnblogs.com/hcfan/p/4643072.html