JSP20200316

1、<%@

%>

2、<%

%>

3、<%=

%>

4、

out.println("<script>alert('输出弹出提示窗口');</script>")

5、

9个内置对象

request response

session application

out page

config exception

pageContent

6、

jsp传值

jsp:param name="" value=""

7、

传值

request.getParameter("username")

//request.setCharacterEncoding("UTF-8")

猜你喜欢

转载自www.cnblogs.com/stevenzrx/p/12506468.html
jsp