简单暴力的操作方式:

mac关闭和显示隐藏文件

直接打开mac的终端,在命令行里面输入指令


显示隐藏文件:defaults write com.apple.finder AppleShowAllFiles -bool true

关闭隐藏文件:defaults write com.apple.finder AppleShowAllFiles -bool false



相关文章: