#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值相加
1 回答
- 1 回答
- 0 关注
- 1102 浏览
添加回答
举报
0/150
提交
取消