错误信息:
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec.
报错原因&…
续:feof、ferror(检测一个流是否出错)、clearerr(清除一个流出错的标记)。
一、标准IO文件定位
1、fseek(定位) int fseek(FILE *stream , long offset(偏移长度) , int whence(偏移起始位置))
其中when…