DOCTYPE html> <html> <body> <input type="text" id="myInput" oninput="myFunction()"> <p id="demo"></p> <script> function myFunction() {/*from w ww. j a v a 2 ...
確定! 回上一頁