Checks if string is an HTML file. 检查字符串是否为html文件
static bool isHTML(String s) => RegexUtils.hasMatch(s, RegexConstants.html);