ord () 函数返回一个表示Unicode字符的整数。 示例:ord()如何在Python? print(ord('5')) # 53 print(ord('A')) # 65 print(ord ...
確定! 回上一頁