Skip to content
Charles
Posts
Tags
About
Archives
Search
Go back
Python 面向对象
Updated:
27 Jun, 2022
|
Edit page
class
A
def
a
(
self
)
:
pass
self
.
a
()
b
=
A
()
b
.
a
()
Edit page
Back to top
python
Share this post:
Share this post on Whatsapp
Share this post on Facebook
Share this post on X
Share this post on Telegram
Share this post on Pinterest
Share this post via email
Previous Post
OpenWrt 下配置 DNSPod 动态解析(DDNS)
Next Post
postman Pre-request Script 常用操作