package cn.lili.utils; /** * lmk-shop-java * 新增html处理 * * @author : zxl * @date : 2025-07-14 14:10 **/ public class HtmlUtil { public static String addVideoControls(String html) { if (html == null || html.isEmpty()) { return html; } // 匹配所有未包含 controls 属性的