python GET·POSTパラメータ取得2

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python GET·POSTパラメータ取得2相关的知识,希望对你有一定的参考价值。

#!/usr/local/bin/python3.4
# coding:utf-8
import cgi
 
print("Content-Type: application/json; charset=UTF-8\r\n")
 
form = cgi.FieldStorage()

for key in form.keys():
  print("Key:", key, "\t", "Value:", form[key].value)

#Key: test    Value: aaaa
#Key: sample  Value: bbb
#Key: foo     Value: bar

以上是关于python GET·POSTパラメータ取得2的主要内容,如果未能解决你的问题,请参考以下文章

php パラメーターで分岐

json パラメータ付きアンカースクロール判别

python URL·クエリパラメータのパース

python LIBLINEARのパラメータ(成本,偏见)のグリッドサーチを行うスクリプト。ソルバーも复数から最适なものを选択できる。

html 谷歌検索にキーワードをパラメータで渡す

html 谷歌検索にキーワードをパラメータで渡す