cgi.FieldStorage() should do the trick for you... It returns a dictionary with key as the field and value as its value.
確定! 回上一頁