diff --git a/src/main/webapp/WEB-INF/pages/visitor.jsp b/src/main/webapp/WEB-INF/pages/visitor.jsp new file mode 100644 index 0000000..b0f8991 --- /dev/null +++ b/src/main/webapp/WEB-INF/pages/visitor.jsp @@ -0,0 +1,95 @@ +<%-- + Created by IntelliJ IDEA. + User: yht + Date: 2021/5/30 + Time: 11:54 + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> + + + + + + + + + + + + + + + +
+
+ +
+ +
+
+ +
+ +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + +
姓名是否管理员邮箱手机号访问时间
${visitor.name}${visitor.identity == 1 ? "是" : "否"}${visitor.email}${visitor.telPhone}
+
+
+ +
+
+ +
+ +
+
+
+
+
+
+ + +