默认情况下 MacOS中Finder是没办法通过command+Q来关闭的,这样看上去就很烦,于是google了一下,顺便记录一下,操作系统版本:macOS Monterey 12.2 

打开terminal,输入

defaults write com.apple.finder QuitMenuItem -bool true
killall Finder

然后就可以用command+Q愉快的关闭Finder了

DONE!!