Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题是 Jquery 没有正确选择下拉列表的选定值。它正在选择在页面加载时选择的值。一个小代码示例如下:
$.trim($("#abc option:selected").text())
但它似乎总是选择加载页面时较早选择的值。. 还有其他下拉菜单似乎也有类似的情况。
亲切的问候,
获取值的代码是在函数之外编写的,这可能是它在页面加载时执行的原因。:)