創建表單的重置按鈕:. <html> <head> <script> function formReset() { document.getElementById("frm1").reset(); } </script> </head> <body> <form id="frm1">
確定! 回上一頁