C#里字符与ASCII码的转换 Posted on 10/23/2016 1:57:20 AM C# By 王佳亮 字符转成ASCII Convert.ToInt32(要转换的字符); ASCII码转换成字符 (char)数字;