mac os 安装 wget


1. brew安装:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2. wget安装:
brew install wget
原文地址:https://www.cnblogs.com/fan-yuan/p/5707634.html