import 直接导入指定的库 from....import 是从指定的库中导入指定的模块 import...as 是将import A as B,给予A库一个B的别称,帮助记忆 with....as 可以减少复杂度