摘要:
public class ReadfileServlet extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { // 1.txt没有发布,所以不能访问 String filename3 = "/3.txt"; filename3 = this.getServletContext().getRealPath(filename3); String filenam 阅读全文
posted @ 2013-04-12 11:18
ITperson
阅读(368)
评论(0)
推荐(0)

浙公网安备 33010602011771号