py3下怎么用StringIO

try:
    from StringIO import StringIO
except ImportError:
    from io import StringIO
相关文章
相关标签/搜索