js里的foreach取值问题

2025-03-14 01:01:39
推荐回答(1个)
回答1:

function count(_this){

$(_this).parent().prev().html();
$(_this).parent().next().html("值");

}