为什么登陆没反应

来源:3-6 get与post提交方式的区别

Hlchen

2017-02-26 17:14

<%@ page language="java" contentType="text/html; charset=utf-8"

    pageEncoding="utf-8"%>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>Insert title here</title>

</head>

<body>

<h1>用户登录</h1>

<hr>

<from action="dologin.jsp" name="loginfrom" method="put">

<table>

<tr>

<td>用户名</td>

<td><input type="text" name = "usename"></td>

</tr>

<tr>

<td>密码</td>

<td><input type ="password" name ="password"></td>

</tr>

<tr>

<td colspan="2"><input type ="submit" value = "登录"></td>

</tr>

</table>

</from>

</body>

</html>


写回答 关注

3回答

  • qq_欢畅_0
    2017-05-02 21:53:18
    已采纳

    表单的提交方式为get或post,没有put。你写错了吧?

  • 过道
    2017-05-02 15:25:47

    from                                                    

    (表示时间)                        从…;                                                                                                                        (表示原因)                        因为;                                                                                                                        (表示来源)                        来自…;                                                                                                                        (表示分离)                        与…分离[隔开];                                                                   

    form

    n.   表格; 方式;     形状,形式;  外形;                                                                                        

    vt.形成;  构成;    组织; 塑造;                                                                                        

    vi.    形成,产生;  排队,整队;   


  • Hlchen
    2017-02-26 17:18:05

    form


JAVA遇见HTML——JSP篇

Java Web入门级教程JSP,带你轻松的学习JSP基础知识

248278 学习 · 3071 问题

查看课程

相似问题