标签:
int i=1; char c; c = i + ‘0‘;
tip 1:一个简单的将int型转换成char的方法
原文地址:http://www.cnblogs.com/qiushuixiaozhanshi/p/5720890.html