html格式压缩:内容调用这块有什么办法能把内容压缩 迅睿框架 更新 2022-04-19 13:39:35 迟到人生~! html格式压缩:内容调用这块有什么办法能把内容压缩,能压缩都的地方都压缩了,只内容调用这块不能压缩。想要的效果:
\Phpcmf\Hooks::on('cms_view', function($data, $file) { if (!IS_ADMIN) { $code = file_get_contents($file); $code = str_replace([chr(10), chr(13)], '', $code); $rt = file_put_contents($file, $code); } });小意思没效果,是不是我弄错了。