• 大小: 5.27MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-09
  • 语言: Java
  • 标签: JAVA  网页读取  

资源简介

JAVA网页读取和swing界面包实现的小说在线阅读器。会从小说网获取各类小说排名靠前的十二本小说来阅读和下载,支持章节选择,支持在线下载功能。

资源截图

代码片段和文件信息

/**
 * Created by 哇 on 2016/10/14.
 */

import javax.swing.*;
import java.io.FileWriter;
import java.io.IOException;

class download{
    String menuAddresstitle;
    Readit rt;
    JLabel msg;
    Jframe downloadframe;
    download(String addString ti){
        menuAddress=new String(add);
        title=new String(ti);
        downloadframe=new Jframe(“下载提示“);
        downloadframe.setVisible(true);
        downloadframe.setSize(20060);
        msg=new JLabel(“开始下载“);
        downloadframe.add(msg);
    }

    public void load() throws IOException{
        FileWriter fw=new FileWriter(title+“.txt“false);
        rt=new Readit(menuAddress);
        String txt[]=rt.read(1);
        int n=1;
        fw.write(“第“+n+“章\n“);
        for(int i=0;i            fw.write(“    “+txt[i]+“\n“);
        }n++;
        while(rt.change(7)){
            txt=rt.getnovel();
            fw.write(“第“+n+“章\n“);
            for(int i=0;i                fw.write(“    “+txt[i]+“\n“);
            }
            msg.setText(“第“+n+“章下载成功!“);
            n++;
        }
        fw.close();
        msg.setText(“总共“+n+“章,下载完成!“);
    }
}

public class Download_novel {
    public static void main(String args[]){
        download dl=new download(“http://www.biquku.com/0/613/““武道至尊“);
        try{
            dl.load();
        }catch(IOException e){
            System.out.println(“下载错误!“);
        }
    }

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件    12309206  2016-10-19 14:39  星战风暴.txt
     目录           0  2016-10-19 14:43  源码\
     文件        1570  2016-10-19 14:19  源码\Download_novel.java
     文件        2211  2016-10-19 14:19  源码\MenuUI.java
     文件        6271  2016-10-19 14:29  源码\Novel.java
     文件        1918  2016-10-19 14:19  源码\Reader.java
     文件        2858  2016-10-19 14:19  源码\Readit.java
     文件        1349  2016-10-19 14:32  源码\type_Menu.java
     文件        2536  2016-10-19 14:19  源码\Web_get.java
     文件      223099  2016-10-19 14:31  程序说明.pdf
     文件      380870  2016-10-19 14:42  运行实例.pdf

评论

共有 条评论