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>
相关文章
相关标签/搜索