ord: 返回单个 Unicode 字符编码的整数
chr: 给一个 Unicode 编码,返回一个字符 (0 ~ 1,114,111)

(ASCII 与 Unicode 前 128 位相同,之后就不同了)

Unicode 码编码表:https://www.unicode.org/charts/nameslist/

相关文章:

  • 2021-08-16
  • 2022-02-03
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-04
  • 2021-12-13
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案