質問編集履歴

3

追加質問

2021/04/30 22:41

投稿

yujin1202
yujin1202

スコア56

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,11 @@
1
+ <追加で質問があります。>
2
+
3
+ 御回答を頂いて、大きな部分は解決したのですが、最後で未解決部分があります。
4
+
5
+ 引き続き、教えて頂きたく。コンソール上で複数データ表示するところまでは成功しておりますが、HTML上で複数表示する部分で、スタックしてしまっております。
6
+
7
+
8
+
1
9
  <背景>
2
10
 
3
11
  Python Flaskを使用して、DB(mysql)サーバから、データを引っ張ってきて、HTMLに表示すると言うシステム全体を開発しております。

2

2021/04/30 22:41

投稿

yujin1202
yujin1202

スコア56

test CHANGED
File without changes
test CHANGED
File without changes

1

コメントを受け、Indent修正

2021/04/29 06:47

投稿

yujin1202
yujin1202

スコア56

test CHANGED
File without changes
test CHANGED
@@ -108,13 +108,13 @@
108
108
 
109
109
 
110
110
 
111
- cursor.close()
111
+ cursor.close()  #can110さんのコメント受け、Indent修正
112
112
 
113
- connection.close()
113
+ connection.close() #can110さんのコメント受け、Indent修正
114
114
 
115
115
 
116
116
 
117
- return render_template( 'index1.html', list1 = list1)
117
+ return render_template( 'index1.html', list1 = list1) #can110さんのコメント受け、Indent修正
118
118
 
119
119
 
120
120