coding: utf8 import types class Classic: pass class NewStyle(object): def __new__(cls, ... python test.py instance will be created... instance is created.
確定! 回上一頁