$("body").on("propertychange input", `select`, function () {
$(this).attr("title", $(this).find("option:selected").text());
})
12-17
1万+

05-25
$("body").on("propertychange input", `select`, function () {
$(this).attr("title", $(this).find("option:selected").text());
})