⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xml.jsp

📁 这是个爬虫和lucece相结合最好了
💻 JSP
字号:
<%@ page import="org.archive.crawler.util.LogReader" %><%     // If there are empty lines before the start of the xml file Mozilla will     // not display it properly!    String inputFile = request.getParameter("file");    if (inputFile == null) {        out.println("No file");        return;    }    response.setContentType("text/xml");    out.println(LogReader.get(inputFile));%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -