摘要: 程序功能: 新建一个文件test.txt,并写入hello.world。 程序代码: #include <stdio.h>#include <stdlib.h> int main(){ FILE *fp = fopen("C:\\Users\\yankun\\Desktop\\蓝莲花工作室\\学习素 阅读全文
posted @ 2017-03-22 18:43 蓝莲花工作室 阅读(204) 评论(0) 推荐(0)