标签:style blog color io ar sp div c log
#include<stdio.h> #include<string.h> void main() {char buf[256]; fgets(buf,256,stdin); //buf[strlen(buf)-1]=‘\0‘;//减1不会换行; //buf[strlen(buf)]=‘\0‘;//此时会换行的 printf("%s",buf); }
标签:style blog color io ar sp div c log
原文地址:http://www.cnblogs.com/leijiangtao/p/3995472.html