mbw工作室吧 关注:13贴子:527
  • 0回复贴,共1
<%--
Created by IntelliJ IDEA.
User: Administrator
Date: 2023/11/8
Time: 8:43
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!DOCTYPE html>
<html>
<head>
<title>Login Page</title>
</head>
<body>
<form action="ChatServlet" method="post">
<label for="nickname">Nickname:</label>
<input type="text" id="nickname" name="nickname" required><br>
<input type="submit" value="Login">
</form>
</body>
</html>


IP属地:浙江1楼2024-01-05 11:46回复