let content = row.content;
row.content = content.replace(/[^<>]+(?=<)/g, function (match) { return match.replace(/\s/g, ' '); });
let content = row.content;
row.content = content.replace(/[^<>]+(?=<)/g, function (match) { return match.replace(/\s/g, ' '); });
发表回复