if(ss.indexof("posttitle")>0)
{
bprint1=true;
}
if(ss.indexof("postfoot")>0)
{
bprint1=false;
}
if(bprint1)
{
sb.append(ss);
}
}
byte [] b;
b=sb.tostring().getbytes();
rf.write(b);
rf.close();
}
system.out.println("完成,总共保存 "+icount+" 篇文章");
}
}
