jquery的option的選擇取值

<script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"> </script> <script> function sub(){ alert($("#aaa").val()); } </script> </head> <body> <select id="aaa"> <option>Volvo</option>
相關文章
相關標籤/搜索