#!/usr/bin/python # -*- coding: UTF-8 -*- class Employee: '所有员工的基类' empCount = 0 def ... Python不允许实例化的类访问私有数据,但你可以使用object.
確定! 回上一頁