#include "stdafx.h"
#include <stdlib.h>
int _tmain(int argc, _TCHAR* argv[])
{
char str[5] = "abcd";
printf("%d\n",str);
system("pause");
return 0;
}
他的结果也不是ascii值相加
victoryong
相关分类