关于调用StringIO模块,python3中需要这样:

from io import StringIO

而python2还是

from StringIO import StringIO
05-08 08:31