#!/usr/bin/env python3 # -*- coding:utf-8 -*- import sys print(sys.path) ... 其實這就是Python 的環境變量,換句說話,當我們使用 標準庫 或是 第三方庫 時,
確定! 回上一頁