添加Json
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>注册页面</title>
|
||||
<form action="${pageContext.request.contextPath}/register" method="post">
|
||||
<form action="/JavaWeb_Login_Register_war_exploded/register" method="post">
|
||||
<label>用户名: </label><input type="text" name="userName" onkeyup="mayiktAxios(this)"/><br>
|
||||
<label>密   码: </label><input type="password" name="userPwd"/><br>
|
||||
<label>验证码: </label><input type="text" name="code"/><img id="exchangecode" src="VerifycodeServlet">
|
||||
|
Reference in New Issue
Block a user