質問編集履歴
1
詳しく
title
CHANGED
File without changes
|
body
CHANGED
@@ -60,4 +60,13 @@
|
|
60
60
|
|
61
61
|
|
62
62
|
|
63
|
+
``````Java
|
64
|
+
rsText=rs.getString("question");
|
65
|
+
//選択肢取得
|
66
|
+
rsSelect_1=rs.getString("select_1");
|
67
|
+
rsSelect_2=rs.getString("select_2");
|
68
|
+
rsSelect_3=rs.getString("select_3");
|
69
|
+
rsSelect_4=rs.getString("select_4");
|
63
|
-
```
|
70
|
+
```
|
71
|
+
|
72
|
+
上記を戻り値として返したいです。
|