html 博客:提交表单时未传递任何表单参数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 博客:提交表单时未传递任何表单参数相关的知识,希望对你有一定的参考价值。

<form accept-charset="UTF-8" role="form" class="form-signin" action="loginProcess" method="post">
		<fieldset>
			<input class="form-control" placeholder="Username" id="username"
				type="text"> 
			<input class="form-control"
				placeholder="Password" id="password" type="password">
			<input class="btn btn-lg btn-success btn-block" type="submit"
				id="login" value="Login ª">
		</fieldset>
</form>

以上是关于html 博客:提交表单时未传递任何表单参数的主要内容,如果未能解决你的问题,请参考以下文章

LARAVEL-提交表单时未更新数据库

如何在 Struts2 中提交表单的 URL 中传递参数

为啥在提交表单后参数会自动传入 URL

http地址中如何加参数and传递form表单中的参数

.NET 关于一般处理程序获取表单传递的参数的问题

html 表单一定要用submit提交吗