from __future__ import unicode_literals print(repr("hi")) # u'hi'. Python 3.x3.0. Another important difference is that indexing bytes in Python 3 results in ...
確定! 回上一頁