In Python, you can use the built-in function vars() to print the properties and values of an object. vars() returns the __dict__ attribute of an object, ...
確定! 回上一頁