質問編集履歴

1

formをprintしてlogで確認したところ、「FieldStorage\(None, None, \[\]\)」と出力されました。

2015/12/07 08:16

投稿

taiking
taiking

スコア11

test CHANGED
File without changes
test CHANGED
@@ -31,6 +31,8 @@
31
31
  def post():
32
32
 
33
33
  form = cgi.FieldStorage()
34
+
35
+ print(form)
34
36
 
35
37
  return "hoge"
36
38