char转int将char转换为int,实际上是获取该字符对应的Unicode码点(codepoint),也就是它在Unicode字符集中的唯一数字标识,方法:强制类型转换(Casting)这是最直接、最常用的方法,因...