Python 导入模块方式: import mathfrom math import *from math import sin, cos 指定别名 as: import math as mfrom math import sin as s