今天想记录的是如何在JSP文件中写java语句来实现显示访问次数的功能。
如图所示,在左侧的项目文件目录中,找到webapp的文件夹,右键这个文件夹并创建一个名为“login.jsp”的文件。
并在其“”标签中输入如下代码:
int count = (int)application.getAttribute("count");
if (application.getAttribute("count").equals(null)){
response.getWriter().