摘要:
#!/usr/bin/env python # -*- coding:utf-8 -*- # 作者:Presley # 邮箱:1209989516@qq.com # 时间:2018-11-04 # python内置方法 class A: n = "A" def f2(self): print("from A") class B(A): n = "B" ... 阅读全文
posted @ 2018-11-04 10:57
Presley
阅读(309)
评论(0)
推荐(0)

浙公网安备 33010602011771号