py3下怎麼用StringIO

try:
    from StringIO import StringIO
except ImportError:
    from io import StringIO
相關文章
相關標籤/搜索