rsssources.java
来自「webwork source」· Java 代码 · 共 37 行
JAVA
37 行
/* * WebWork, Web Application Framework * * Distributable under Apache license. * See terms of license at opensource.org */package webwork.examples.jdom;import java.net.URL;import org.jdom.Document;import org.jdom.input.SAXBuilder;import org.apache.commons.logging.*;/** * Used to access the RSS file containing the feed sources * * @author Maurice C. Parker (maurice@vineyardenterprise.com) * @version $Revision: 1.5 $ */public class RssSources extends RssReader{ // Attributes ---------------------------------------------------- String bullet; // Public -------------------------------------------------------- public String execute() throws Exception { setUrl("examples/rss/feeds.rdf"); return super.execute(); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?