質問編集履歴

1

不要なものの削除

2016/04/26 01:07

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -62,8 +62,6 @@
62
62
 
63
63
  rs = stmt.executeQuery(sql);
64
64
 
65
- int count = 0; // 件数
66
-
67
65
 
68
66
 
69
67
  // DBの内容を一覧表にして表示する
@@ -93,8 +91,6 @@
93
91
  out.println(
94
92
 
95
93
  "</td><td><input type=\"button\" value=\"編集\"onClick=\"location.href='http://localhost:8080/Projects/Edit'\"></td></tr>");
96
-
97
- count++;
98
94
 
99
95
 
100
96