?? 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 + -