摘要: fopenFILE * fopen ( const char * filename, const char * mode );其中,参数mode可取以下值: "r"read: Open file for input operations. The file must exist. "w"write: Create an empty file for output operations. If a ... 阅读全文
posted @ 2018-05-03 09:54 icuic 阅读(942) 评论(0) 推荐(0)