jsp 使用request为页面添加静态数据的实例(jsp使用js定义的变量)奔走相告

随心笔谈2年前发布 编辑
176 0
🌐 经济型:买域名、轻量云服务器、用途:游戏 网站等 《腾讯云》特点:特价机便宜 适合初学者用 点我优惠购买
🚀 拓展型:买域名、轻量云服务器、用途:游戏 网站等 《阿里云》特点:中档服务器便宜 域名备案事多 点我优惠购买
🛡️ 稳定型:买域名、轻量云服务器、用途:游戏 网站等 《西部数码》 特点:比上两家略贵但是稳定性超好事也少 点我优惠购买


public static ArrayList<String> list;
static{
list=new ArrayList<String>();
listdc.add(“dcrewrwe3eeeeeeeeeeeeeeeee”);
listdc.add(“dcrewrwe3eeeeeeeeeeeeeeeee”);
listdc.add(“dcrewrwe3eeeeeeeeeeeeeeeee”);
listdc.add(“dcrewrwe3eeeeeeeeeeeeeeeee”);
listdc.add(“dcrewrwe3eeeeeeeeeeeeeeeee”);
   public static ArrayList<String> listdc;
static{
listdc=new ArrayList<String>();
listdc.add(“dcrewrwe3eeeeeeeeeeeeeeeee”);
listdc.add(“dcrewrwe3eeeeeeeeeeeeeeeee”);
listdc.add(“dcrewrwe3eeeeeeeeeeeeeeeee”);
listdc.add(“dcrewrwe3eeeeeeeeeeeeeeeee”);
listdc.add(“dcrewrwe3eeeeeeeeeeeeeeeee”);
}
public void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
request.setCharacterEncoding(“UTF-8”);
response.setContentType(“text/html”);
ArrayList<String>list=getData();

request.setAttribute(“new”, list);
request.setAttribute(“dc”, listdc);
request.getRequestDispatcher(“/page/default.jsp”).forward(request, response);
}

© 版权声明

相关文章