Mac 上显示隐藏文件夹方法
第一步:在终端内输入命令
显示 :defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏 :defaults write com.apple.finder AppleShowAllFiles -bool false
第二步: 重启Finder
快捷键 command + alt + esc
选择 Finder 重新启动后即可
第一步:在终端内输入命令
显示 :defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏 :defaults write com.apple.finder AppleShowAllFiles -bool false
第二步: 重启Finder
快捷键 command + alt + esc
选择 Finder 重新启动后即可