1、‘return’ button: <input type="text"></input> 2、‘Go’ button: 重要的是表单标记有一个action属性,没有action属性则无效。(action="#"是无操作) <form action="#"> <input type="text" /> </form>