以往HTML 的input 輸入框,無法即時反映使用者的輸入內容。onkeyup、onkeydown 事件 ... 14 <body> 15 <input id="input1" type="text" oninput="myFunc1(this.value)" ...
確定! 回上一頁