导航

2012年2月22日

摘要: #include<stdio.h>#include<stdlib.h>#include<string.h>int main(){char*p;char buf1[256];char buf2[256];char *c;int len=0;FILE*fp1,*fp2;fp1=fopen("z.txt","r");fp2=fopen("x.xml","w");while(fgets(buf1,256,fp1)!=NULL){if(buf1[0]=='#'){len=s 阅读全文

posted @ 2012-02-22 10:43 网名还没想好 阅读(278) 评论(0) 推荐(0) 编辑