The code inside form-submit.py is here. print("HTTP/1.0 200 OK\n") import cgi form = cgi.FieldStorage() f_name=form["f_name"] ...
確定! 回上一頁