在 ConEmu 中,使用 CJK 字符和 Python 时,终端输出会发生重叠/包装问题
作者: yinkaisheng创建于 2026年3月2日更新于 2026年5月23日
def test():
text = '一二三四五六七八九十。' * 8 + '\nEnd'
print(text)内容来源: ConEmu/ConEmu
def test():
text = '一二三四五六七八九十。' * 8 + '\nEnd'
print(text)内容来源: ConEmu/ConEmu