oninput 在輸入內容的時候,持續呼叫,通過 element.value 可以持續取值,失去焦點 ... <body> <input type="text" id="myInput" oninput="myinput()" ...
確定! 回上一頁