When from __future__ import unicode_literals is used, all string literals (not preceded with a b ) will become unicode literals.
確定! 回上一頁