用Strust2框架的知识简单实现一个统计在线人数的问题。

  1 搭建开发环境;(配置文件,jar包等问题)

  2 index.jsp    

 1 <%@ page language="java" contentType="text/html; charset=UTF-8"
 2     pageEncoding="UTF-8"%>
 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 4 <html>
 5 <head>
 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 7 <title>Insert title here</title>
 8 </head>
 9 <body>
10 
11     <!-- <a href="product_input.action">welcome!</a>
12     <br><br> -->
13     <a href="login.action">注册页面</a>
14     <br><br>
15 </body>
16 </html>
View Code

相关文章:

  • 2021-12-18
  • 2021-12-18
  • 2021-06-13
  • 2022-01-12
  • 2021-09-23
  • 2022-12-23
  • 2022-01-19
  • 2021-06-24
猜你喜欢
  • 2021-10-04
  • 2022-12-23
  • 2021-08-07
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案