在python 中,我可以得到一个字节的UTF-8 内容和汉字的Unicode 。python version 3.4>>> print("你".encode("utf-8"))b'xe4xbdxa0'>>> ...
確定! 回上一頁