getElementById("input").onkeypress = function(event){ if (event.keyCode == 13 || event.which == 13){ newUserLine(); runFunction(); window.
確定! 回上一頁