def main():
print("Content-Type: text/html")
print()
print('''<meta http-equiv="Content-type" content="text/html;charset=UTF-8">''')
form = cgi.FieldStorage()
reqid = form.getfirst('reqid', '').strip()
if not check(reqid):
return
if not sendmail(reqid):
return
print('???????????????????????????????')
confirm-connpass-event.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录