跳至主要內容

约 38 字小于 1 分钟

关键字:

使用方法
1 
    import 模块名
    模块名.方法()
    
    import 模块名 as 别名

2
    from 模块名 import 方法名
    方法名()