编辑下面的代码:【加编码】
<html> <body> <form id="myForm"> <select id="mySelect"> <option>Apple</option> <option>Pear</option> <option>Banana</option> <option>Orange</option> </select> </form> <p>The id of the form is: <script> document.write(document.getElementById("mySelect").form.id); </script> </p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂