pip install unidecode python from unidecode import unidecode python unicode_str = "Café au Lait" ascii_str = unidecode(unicode_str) print(ascii_str) Cafe au Lait


上一篇:
下一篇:
切换中文