From 21da2e9fcc63f1c85661092599c4ed0c72bfa5bf Mon Sep 17 00:00:00 2001 From: pfu2aoslz <2269185321@qq.com> Date: Thu, 6 Jan 2022 21:33:27 +0800 Subject: [PATCH] ADD file via upload --- code/da-article.jsp | 232 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 232 insertions(+) create mode 100644 code/da-article.jsp diff --git a/code/da-article.jsp b/code/da-article.jsp new file mode 100644 index 0000000..d009a4b --- /dev/null +++ b/code/da-article.jsp @@ -0,0 +1,232 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" + pageEncoding="utf-8"%> + <%@ page import="java.util.*,com.domain.Tuser" %> +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + +
+ +文章编号 | +用户账号 | +用户昵称 | +发表时间 | +文章标题 | +文章内容 | +状态 | +管理员账号 | +是否删除 | +
---|---|---|---|---|---|---|---|---|
${ar.aid} | ${ar.uid} | +${ar.uname} | ${ar.date} | +${ar.title} | ${ar.content} | ${ar.statics} | ${ar.mid } | +删除 |