阅读背景:

如何把字符3转换成数字3?

来源:互联网 

#include "stdio.h"
main()
{
 char c='3';

 int i = c - 48; int




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: