下面哪些是正确的Python标准库对象导入语句? A.import math.sin as sin B.from math import sin C.from math import * D.import math.* 下面哪些是正确的Python标准库对象导入语句? A.import math.sin as sin B.from math import sin C.from math import * D.import math.* 正确答案:BC