WEB 前端学习收获

1. jsp 直接使用浏览器打开 和 在服务器中打开是两个效果!!!

2.JSP中打字是out.print()

<%
                    if(request.getAttribute("p1")!=null){
                        out.print(" <br/>");
                    }

 %>

猜你喜欢

转载自blog.csdn.net/xu282934741/article/details/50224675