python 默认用unicode编码,所以可以直接用print输出带有'\u'的字符串,'\u'是转义字符,表示unicode编码。 当我们从txt或者从其他地方读取字符串时,如果 ...
確定! 回上一頁