var html = '<div><p data-text-id="0" style="position:absolute;">在 这 里 输 入 内 容</p></div>';var text = html.replace(/\s+([^<>]+)(?=<)/g, function (match) { return match.replace(/\s+/g, ' '); });