摘要:
${param.name} == request.getParam("name") ${name} == request.getAttribute("name"). getParam是表单的值或者是url中传来的值,如/login.action?attid=${attId}getAttribute是 阅读全文
posted @ 2016-08-25 18:02
杰-维斯布鲁克
阅读(2572)
评论(0)
推荐(0)
摘要:
HTML注释(输出注释):指在客户端查看源代码时能看见注释。例如, <!-- this is an html comment.it will show up int the response. --> JSP页注释(隐藏注释):指注释虽然写在JSP程序中,但不会发送给客户,因此在客户端查看源代码时不 阅读全文
posted @ 2016-08-25 16:35
杰-维斯布鲁克
阅读(2297)
评论(0)
推荐(0)