atlasnq / guestbook

issue for my blog
0 stars 0 forks source link

Python中的反射 | Chennq #14

Open atlasnq opened 5 years ago

atlasnq commented 5 years ago

https://atlasnq.github.io/learn-python/20190412-python-reflection.html#more

引言首先介绍什么是反射,然后是反射的四大方法,这其中我们最常用的是hasattr,getattr;然后从四个角度来演示如何使用反射,最后是总结。