📄 test.java
字号:
package janet;
import java.io.*;
import java.net.*;
import book.rssreader.LoadRSS;
public class test {
/**
* @param args
* @throws IOException
*/
public static void main(String[] args) throws IOException {
// url = new URL("http://localhost/ozSlsMain.jsp");
LoadRSS rss = new LoadRSS();
rss.setCacheDirName("F:\\ajax");
//rss.setCacheTime(9999999);
rss.setBCache(false);
System.out.print(rss.getRSS("http://localhost/ozSlsMain.jsp"));
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -