如何删除某个元素后的空格?我有这个代码。
</table>" "
是可变的。我正在尝试这个。
$("table").each(function() {
var text = $(this).children();
text = text.replace('" "', "");
$(this).text(text);
});
如何删除某个元素后的空格?我有这个代码。
</table>" "
是可变的。我正在尝试这个。
$("table").each(function() {
var text = $(this).children();
text = text.replace('" "', "");
$(this).text(text);
});