发布时间:2021-05-07 09:19:26 发布者:文昌文城莱奥网络技术工作室 浏览次数:1020
let dep; $("#department option").each(function () { var val = $(this).val(); var text = $(this).text(); dep += '<option value="' + $(this).val() + '">' + $(this).text() + '</option>'; })