// 1、安装任意包,例如 brew install node brew install appName// 2、卸载任意包,例如 brew uninstall git brew uninstall appName// 3、查询可用包 br
2024-03-26