严重: Servlet.service() for servlet jsp threw exception java.lang.NumberFormatException: null
严重: Servlet.service() for servlet jsp threw exception java.lang.NumberFormatException: null
日期:2018-05-15 12:53:33 人气:2
林氏120烫伤救护中心提供解答:
int id=Integer.parseInt(request.getParameter("id")); 这行出错,应该是你id值取不到,或者值取到但不能转为int类型。