| ???? Python ??? | ??11?? ?????????? | |
|---|---|---|
| ???? | ?? | ???? |
????????????????????????????????
#!/usr/bin/python
# Filename: simplestclass.py
class Person:
pass # An empty block
p = Person()
print p
????????code/simplestclass.py??
$ python simplestclass.py
<__main__.Person instance at 0xf6fcb18c>
???????class?????????????????????¦Ì?????????????????????????¦Ã????‰^??????????§µ????????????????ï…????pass???????
???????????????????????????????????????????/?????????????????????????????????¦Ä???????????????????????????????????????????????????????????????????__main__????????????Person????????
????????›¥??????????????????????????????????????????????????????????Python???????¦Ê¦Ï?¦Ë?›¥????
| ???? | ????? | ???? |
|---|---|---|
| self | ??? | ???????? |