貌似是Phpstorm7以上的版本有BUG,换成6就可以。 压缩js,利用jsmin类: header('Content-type: text/javascript'); require 'jsmin.php'; echo JSMin::minify(file_get_contents('common.js') . file_get_contents('common2.js'));