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.

46 lines
1.1 KiB

<%--
Created by IntelliJ IDEA.
User: bd
Date: 2025/3/27
Time: 23:30
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>添加信息</title>
</head>
<body>
success!
<form action="wxf/PublicMagement" method="post">
<tr>
<td>用户id</td>
<td width="20"></td>
<td><input type="text" name="unq" placeholder="用户id"></td>
</tr>
<tr>
<td>用户信息</td>
<td width="20"></td>
<td><input type="text" name="unw" placeholder="用户信息"></td>
</tr>
<tr>
<td>物流管理</td>
<td width="20"></td>
<td><input type="text" name="une" placeholder="物流管理"></td>
</tr>
<tr>
<td>售后管理</td>
<td width="20"></td>
<td><input type="text" name="unr" placeholder="售后管理"></td>
</tr>
<tr>
<td align="left"><input type="reset" value="重置信息"></td>
<td></td>
<td align="center">
<input type="submit" value="添加">
</td>
</tr>
</form>
</body>
</html>