C 语言库中没有一个标准的ReadLine函数,使用起来很不方便,那么自己封装一个就够了:. #include <stdio.h>. static int readline(char *line, ...
確定! 回上一頁