python中安裝包的方式有很多種: 原始碼包:python setup.py install 線上安裝:pip install 包名(linux) / easy_install 包名(window)
確定! 回上一頁