Use type() to check the exact type of an object, and isinstance() to check the type while considering inheritance. The built-in issubclass() ...
確定! 回上一頁