如果不用AJAX提交表格,那么需要用<form action="" method="">,如果用AJAX,不需要<form>,并且<input type="submit" name="" />可以用<button id=""></button>代替