0
点赞
收藏
分享

微信扫一扫

python:cgi.escape错误

福福福福福福福福福 2022-03-26 阅读 48

python出现cgi.escape错误

import cgi

下面加上

import html

修改

cgi.escape()

html.escape()

完成。

举报

相关推荐

0 条评论