fscanf 和 fscanf_s. fscanf用法:fscanf(fp,"%d",&var). fscanf_s用法:fscanf(fp,"%d",&var,sizeof(int)). 區別:fscanf_s需要指定長度 ...
確定! 回上一頁