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 } | +删除 |