<c:if?test="${not?empty?requestScope.opr}">
action="<%=request.getContextPath()%>/TopicServlet"這兩段代碼啥意思啊
1 回答

KXFT
TA貢獻113條經驗 獲得超58個贊
<c:if?test="${not?empty?requestScope.opr}">這表示requestScope.opr判斷不為null
action="<%=request.getContextPath()%>/TopicServlet"http://<%=request.getContextPath()%>這個是求絕對路徑=“絕對路徑/TopicServlet”
添加回答
舉報
0/150
提交
取消