printf("Input string to server:");
return(fgets(sendline,MAXDATASIZE,fp));
输入一个字符串的时候,怎么感觉这个函数会自动在字符串末尾加一个空格?是怎么回事啊?
相关问题
相关分类