Python3 中字符的类型只有两种:

  • str: 编码过的 unicode 文本字符
  • bytes: 编码前的字节序列

 

相关文章:

  • 2022-02-16
  • 2021-11-27
  • 2022-12-23
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2021-05-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-11-11
相关资源
相似解决方案