You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.2 KiB

<%--
Created by IntelliJ IDEA.
User: T430
Date: 2025/3/30
Time: 1:11
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Title</title>
</head>
<body>
<form action="news/newnews" method="post">
<table>
<tr>
<td>姓名:</td>
<td width="20"></td>
<td><input type="text" name="nsLeibie" placeholder="请输入新闻类别"></td>
</tr>
<tr>
<td>性别:</td>
<td width="20"></td>
<td><input type="text" name="nsTime" placeholder="请输入发布时间"></td>
</tr>
<tr>
<td>手机号:</td>
<td width="20"></td>
<td><input type="text" name="nsLaiyuan" placeholder="请输入新闻来源"></td>
</tr>
<tr>
<td>车牌号:</td>
<td width="20"></td>
<td><input type="text" name="nsZuozhe" placeholder="请输入新闻作者"></td>
</tr>
<tr>
<td></td>
<td width="20"></td>
<td><input type="submit" value="提交"></td>
</tr>
</table>
</form>
</body>
</html>