python cgi

cookie操作:限制4kb,300个,每个域名20个


image.png

cgi.escape

image.png

urllib.parse.quote_plus unquote_plus


image.png

open().read()
HTMLParser().unescape()


image.png

cgi.FieldStorage()
xx.keys()


image.png

os.path.abspath(path1) 绝对路径
os.path.abspath(".")
isinstance

PyMailCGI:https://github.com/huangantai/PyMailCGI.git

你可能感兴趣的:(python cgi)