乐趣区

关于javascript:js中识别html标签外的空格-并替换为nbsp-主要用于富文本

      let content = row.content;
      row.content = content.replace(/[^<>]+(?=<)/g, function (match) {return match.replace(/\s/g, '&nbsp;'); });
退出移动版