Unicodevs.字符串要理解Python3中一个非常重要的设计决策:字符串:在Python3中,str类型是Unicode字符串,这意味着你写的任何字符串字面量,"你好"或"hello",其内部表示都是Uni...