def clean_data(data):
    return unicodedata.normalize('NFKC', data).strip().replace("/r", "").replace("/t", "").replace("/n", "")

相关文章:

  • 2022-12-23
  • 2021-10-01
  • 2021-12-13
  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2021-12-13
猜你喜欢
  • 2021-09-27
  • 2018-12-29
  • 2022-02-07
  • 2019-02-26
  • 2021-05-25
  • 2021-10-01
相关资源
相似解决方案