方法二:js中input 绑定回车事件. HTML <input type="text" id="message" οnkeypress="return onKeyPress(event)" >. script function onKeyPress(e) ...
確定! 回上一頁