一个小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>
原文地址:https://www.cnblogs.com/hellowzd/p/4143863.html