FILE *fp = fopen("data.txt","rt");fscanf(fp,"%d", &n );/* 把数据放到数组中 */fclose(fp);
posted on 2014-04-12 17:10 MILUMI 阅读(153) 评论(0) 收藏 举报