随笔分类 -  JavaWeb

摘要:PrintWriter writer = resp.getWriter();//响应流 String contextPath = req.getContextPath();//返回站点根目录 resp.sendRedirect(contextPath);//重定向 Enumeration<Strin 阅读全文
posted @ 2022-11-22 10:06 仟浊Cc 阅读(21) 评论(0) 推荐(0)