一个小bug

如果提交表单给按钮一个名字,就会报错。。。

<html>
<body>

<form action="{:U('Index/login')}" method="post">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>

</body>
</html>

 

posted @ 2014-12-04 21:00  fleam  阅读(106)  评论(0编辑  收藏  举报