在Linux下,patch合入补丁的使用方法 假设有个文件夹filedir目录,里面有个补丁包,file.patch,和file 进入file目录,输入命令就可以了 patch -p1 < …/file.patch