字符转ASCII码
https://www.nowcoder.com/practice/93f4d05a02d9468db424ed4316bfc8fd
num=input() print(ord(num))
ord函数
暂无评论,快来抢首评~
相关推荐