标签:pytho 字符 int style unicode编码 div 等价 函数 code
# 返回可打印的字符串,等价repr()函数 # ascii编码字符 print(ascii(‘learn python!‘)) print(ascii(9876543210)) # 非ascii编码字符,转换为\x,\u或\U的Unicode编码 print(ascii("中")) # 中文 print(ascii("β")) # 德文
更多:(未完结)
标签:pytho 字符 int style unicode编码 div 等价 函数 code
原文地址:https://www.cnblogs.com/ShuComputerProgram/p/10339521.html