4-3、模組(*)¶. Python有許多內建模組及第三方公司開發的模組,模組使用前必須先匯入,就可以使用. 語法: 匯入模組: import import math math.abs(-5) 匯入模組中指定函式: ...
確定! 回上一頁