📜  列出对象属性 python 代码示例

📅  最后修改于: 2022-03-11 14:46:28.226000             🧑  作者: Mango

代码示例1
rofl = NewObject()
dir(rofl) // <-- show all available attributes that object has