表单图片按钮控件,按钮会触发表单提交事件,点击可以完成提交。
<form> <!-- 点击小绿花可以提交表单 --> <input type="text"/> <input type="image" src="/public/home/img/flower.png"> </form>
控件效果