在eclipse中创建jsp文件,每次都需要在输入一遍
能不能在创建文件时自动生成
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<base href="<%=basePath%>">
https://blog.csdn.net/weixin_42247720/article/details/82707364