您好,欢迎访问一九零五行业门户网

php压缩多个CSS/JS文件

1:压缩css
使用:
test
2:压缩js,利用jsmin类:
来源:http://code.google.com/p/minify/
header('content-type: text/javascript'); require 'jsmin.php'; echo jsmin::minify(file_get_contents('common.js') . file_get_contents('common2.js')); //phprm.com
其它类似信息

推荐信息