python:cgi.escape错误

python出现cgi.escape错误

import cgi

下面加上

import html

修改

cgi.escape()

html.escape()

完成。

你可能感兴趣的:(坑,python,人工智能)