質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,7 +10,6 @@
|
|
10
10
|
import cgi, cgitb
|
11
11
|
form = cgi.FieldStorage()
|
12
12
|
|
13
|
-
# Get data from fields
|
14
13
|
name = form.getvalue('name')
|
15
14
|
|
16
15
|
print ("Content-type:text/html\n\n")
|