select和checkbox回绑

mac2022-06-30  93

$("#STATUS option[value=" + STATUS + "]").attr("selected", true);【select回绑】

$("input[name=FundFlow][value=" + FundFlow + "]").attr("checked", true);【check回绑】

转载于:https://www.cnblogs.com/fightingstepup/p/5138609.html

最新回复(0)