那么, 要怎样修改Mac屏幕快照的格式呢? 最简单的方法,用Mac自带的截屏工具,通过终端命令修改输出格式,其命令如下: 【1】打开终端 输入 【2】修改location 【3】 defaults write com.apple.screencapture location 【4】就是你希望保存截图的路径 【5】macosx截图后的默认照片文件格式是png的, 【6】默认截图格式改为jpg、gif或pdf,可以在终端输入以下命令: defaults write com.apple.screencapture type jpg 保存为jpg格式 defaults write com.apple.screencapture type gif 保存为Gif格式 defaults write com.apple.screencapture type png 保存为Png格式 defaults write com.apple.screencapture type pdf 保存为Pdf格式 当然还有一些软件和截屏工具也可以做到同样的效果