<form role="form" action="verify.php" method="post">
<input type="text" name="test" placeholder="xxx" >
<button type="submit" class="btn">登 录</button>
</form>
verify.php中判断输入是否非法,如果非法,通过什么方法能提示用户?
ps:如果用jquery绑定按钮可以。但是我想知道像form/action这种提交方式,能否把判断结果输出到前台?