1. from __future__ import unicode_literals

    Python2.6 之后适用.
    自动将定义的普通字符识别为 unicode 字符串, 这样字符串的行为将和 Python3 中保持一致.