fileencoding
python中有两种默认的字符串:str和unicode
Python中有两种默认的字符串:str和unicode。在Python中一定要注意区分“Unicode字符串” 和“unicode对象”的区别。后面所有的“unicode字符串”指的都是python里的“unicode对象”
Python中有两种默认的字符串:str和unicode。在Python中一定要注意区分“Unicode字符串” 和“unicode对象”的区别。后面所有的“unicode字符串”指的都是python里的“unicode对象”