我这样做:char asa[2]; char c = '2'; asa[0] = c; asa[1] = '\0'; printf("%s", asa); 在代码验证方面是否正确?如果在调用printf之前调试asa值不会更新。。。 最佳答案 是的,没错。我的回答至少要这么长。