模塊有分二種,一個是之前有提到的 標準庫 ,就是不需要透過額外的安裝就有的模塊, ... #!/usr/bin/env python3 # -*- coding:utf-8 -*- import sys print(sys.path) ...
確定! 回上一頁