alert(document.getElementById('se').options[0].text);
<script> $("#se option").each(function (){ if($(this).text()=='2222'){ $(this).attr('selected',true); } }); </script>
87,997
社区成员
224,708
社区内容
加载中
试试用AI创作助手写篇文章吧