摘要:
最近在网上看斗破苍穹,广告好多,于是下载了txt,太长?囧。所以想把它按章拆分,弄成网上阅读的样子。txt的内容如下:第001章 陨落的天才“斗之力,三段!”。。。第002章 斗气大陆月如银盘,漫天繁星。。。。。。。用Java写了一段代码:public static void main(String[] args) throws Exception { File file = new File("斗破苍穹utf-8.txt"); Reader reader = null; reader = new FileReader(file); ... 阅读全文
posted @ 2013-07-08 16:27 zhustar 阅读(151) 评论(0) 推荐(0) 编辑