如何使用jquery清除select中的所有option

2025-05-17 12:21:53
推荐回答(2个)
回答1:

$('select').html('')

回答2:

$('select ').empty();