我在编辑功能中遇到问题。
我写了这样的代码
<input type="text" name="wendtime" id="wendtime" value="<%=ExamB.getExam_end_time()%>"></input>
我没有得到如何在同一个 Jsp 中编辑,它不应该去下一个 Jsp
对于编辑按钮,我使用了更新
如果我单击然后 wendtime 值将变为 null
String strEndtime=request.getParameter("wendtime");
所有代码都在 EditExamEndtime.jsp
我该如何进行编辑?