12.14

发布时间 2023-12-18 22:13:03作者: 张佳木

今日学习内容

<%--
Created by IntelliJ IDEA.
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="search_chuchai_end.jsp">
<h1>查看出差申请</h1>
<hr>
<label>
请先输入姓名
<input type="text" name="name">
</label><br>
<input type="submit" value="提交">
<br>
</form>
</body>
</html>