HTML. Copy Code. <html> <script> function showValues() { alert(document.getElementById('txtMgs').value); } </script> <body><form> <input ...
確定! 回上一頁