所有公开日志

跳到导航 跳到搜索

所有牛奶河Wiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
  • 2022年12月28日 (三) 11:22 阿奔 讨论 贡献创建了页面Python CGI test (创建页面,内容为“=== Python CGI get post json === ==== test_cgi ==== #!/usr/bin/python3 # -*- coding: utf-8 -*- print("Content-type: text/html") print("") # import upy import os import time import ucgi import ustr import usys try: form = ucgi.uform()['CGI'] #d_form = form['CGI'] except Exception as e: print(e) sys.exit(1) print(form) #d_form = ustr.udict(form) for key, value in form.items(): if value[:8] == '%BASE64%':…”)