I have HTML code like:
15条回答 不知归路 (楼主) 2020-12-28 14:54 $html = preg_replace('~>\s+<~', '><', $html); But I don't see the point of this. If you're trying to make the data size smaller, there are better options. 0 讨论(0) 查看其它15个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
$html = preg_replace('~>\s+<~', '><', $html);
But I don't see the point of this. If you're trying to make the data size smaller, there are better options.