teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

余計な記述を????

2020/04/20 23:03

投稿

kosshi_s
kosshi_s

スコア16

title CHANGED
File without changes
body CHANGED
@@ -63,22 +63,4 @@
63
63
  }
64
64
 
65
65
  }
66
- ```
66
+ ```
67
-
68
-
69
-
70
-
71
- /**
72
- * Servlet implementation class saleBox
73
- */
74
- @WebServlet("/saleBox")
75
- public class saleBox extends HttpServlet {
76
-
77
- protected void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException {
78
- String no = req.getParameter("${status.index}");
79
- String itemid = req.getParameter("${item.id}");
80
- System.out.println("no =" + no);
81
- System.out.println("itemid =" + itemid);
82
- }
83
-
84
- }