摘要: <!-- html --> <select id='check'> <option>北京</option> <option>北京</option> </select> // js $("#check option:selected").text(); // 获取选中option的text值 $("# 阅读全文
posted @ 2019-10-17 15:05 aaronthon 阅读(248) 评论(0) 推荐(0) 编辑