摘要: const成员函数的格式:只要在函数后加上一个const就可以了 Type ClassName:: function ( Type p ) const int getFoot ( void ) const{ return this->foot; }https://blog.51cto.com/che 阅读全文
posted @ 2022-11-03 21:10 wieneralan 阅读(19) 评论(0) 推荐(0)