input image提交时验证
<input type="image" src="" />
由于type="image"类似于submit所以在input上加onclick事件不能阻止其提交
可以在form上加onsubmit事件,return false则不提交