小东: C++中这种是怎么实现的? [阅读: 276] 2005-03-12 15:26:40 class A: def __call__(self): return "OK"; print a() ---------------------------- OK