try: from StringIO import StringIO ## for Python 2 except ImportError: from io import StringIO ## for Python 3.
確定! 回上一頁