linux系统下使用zip命令
zip -r source.zip source -x *.php -x *.html # 压缩source目录,排除里面的php和html文件
windows系统下使用winrar软件