📌  相关文章
📜  获取选定的选项文本 jquery - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:23.643000             🧑  作者: Mango

代码示例6
I think this should be $("#yourdropdownid").children("option").filter(":selected").text() since is() returns a boolean of whether the object matches the selector or not.