压缩css代码 -凯发k8官方网
function yasuocss (s) {//压缩代码
s = s.replace(/\/\*(.|\n)*?\*\//g, ""); //删除注释
s = s.replace(/\s*([\{\}\:\;\,])\s*/g, "$1");
s = s.replace(/\,[\s\.\#\d]*\{/g, "{"); //容错处理
s = s.replace(/;\s*;/g, ";"); //清除连续分号
s = s.match(/^\s*(\s (\s \s )*)\s*$/); //去掉首尾空白
return (s == null) ? "" : s[1];
}
转载于:https://www.cnblogs.com/vsmart/p/6903958.html
总结
- 上一篇:
- 下一篇: