周星驰 · 2007-11-23 03:32:30 · 阅读: 332 构造函数体前 class Foo { type& val_; public: Foo( type& aVal ): val_( aVal ) {} };