现在对getline函数进行一个总结。在标准C语言中,getline函数是不存在的。下面是一个简单的实现方式:int getline_(char s[],int lim){ int c,i; i=0; while(( ...
確定! 回上一頁