fopen区别于fopen_s,fscanf区别于fscanf_s首先fopen用法:FIle *fp;fp = fopen(filePath, "w");//参数为文件路径(必须为const char*类型)和权限返回值为:成功返回 ...
確定! 回上一頁