OnKeyPress ENTER перезагружает страницу. <input type="text" onkeypress="if (event.keyCode==13){ func_name(this.value);}" id="userinput"/>.
確定! 回上一頁