In Python 2, Unicode gets its own type distinct from strings: unicode. A Unicode string is always marked with the u'...' prefix. It comes in three variants: ...
確定! 回上一頁