摘要: 1.Win+R,cmd 2.pip install pqi 3.pqi use aliyun 阅读全文
posted @ 2020-02-16 22:16 Risun_Lee 阅读(528) 评论(0) 推荐(0)
摘要: class A(object): def __init__(self): print("init class A") class B(object): def __init__(self): print("init class B") class C(object): def __init__(se 阅读全文
posted @ 2020-02-16 18:00 Risun_Lee 阅读(216) 评论(0) 推荐(0)