Base-Jsp-12-Jsp翻译为servlet[12]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

            out.write("\r\n<html>\r\n<head>\r\n");

            out.write("<title>all scription Elements<title>\r\n");

            out.write("<\head>\r\n<body bgcolor=\"white\">\r\n");

            //表达式元素也原封不动的插入,所以不应该在JSP表达式末尾使用分号的原因

            out.print(getGreeting());

            out.write("\r\n");

本文关键:Base-Jsp-12-Jsp翻译为servlet
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top