这几个C语言符号什么意思啊? printf("%d,%d\n",a,b)中的%d和%d\n 日期:2014-07-06 19:54:25 人气:1 这几个C语言符号什么意思啊? printf("%d,%d\n",a,b)中的%d和%d\n %d是以整型形式输出数据 \n表示换行!