怎么用jQuery替换tr内的内容

2025-05-08 17:46:28
推荐回答(1个)
回答1:

去掉span,tr要放在table里
$("tr#content").remove();
$("table").append(b)
如果只有一行就这么写