首页
编程
java
php
前端
首页
编程
java
php
前端
为什么他不可以转成整型
字母怎么能够转整型啊-.-. 传进去的不是d吗?
用ord()函数,int不能转字符的
ord('d')
100
ord('A')
65
ord('a')
97
点击展开全文