int fscanf(FILE* fp, const char* format, arg1, arg2, …); fscanf reads formatted data from a file stream fp and stores them in arguments according to the format ...
確定! 回上一頁