我得到了三个UTF-8字符串:hello,worldhello,世界hello,世rld我只想要前10个ascii-char-width,这样一列中的括号:[hello,wor][hello,世][hello,世r]在控制台中:width('世界')==width('worl')width('世')==width('wor')#awhitespacebehind'世'一个汉字是三个字节,但在控制台显示时只有2个ascii字符的宽度:>>>bytes("hello,世界",encoding='utf-8')b'hello,\xe4\xb8\x96\xe7\x95\x8c'当UTF-8字符