阅读背景:

int 转 char* ,char* 转 int

来源:互联网 
 char b[10];
sprintf(b,"%X",0x5de);
int a = strtol(b,0,16);int a = st



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

分享到: