摘要:
JSP的4种基本语法: 1.JSP注释: <%-- JSP注释部分 --%> 2.JSP声明: <%! //声明一个整型变量 public int count; //声明一个方法 public String info(){ return "hello"; } %> 3.输出JSP表达式: <%=co 阅读全文
posted @ 2017-09-03 13:51
lanshanxiao
阅读(391)
评论(0)
推荐(0)