摘要: 参考链接: https://blog.csdn.net/jmh1996/article/details/72235232 说明: C++的每个成员函数都会有一定转化, 而static 则不会有转化, 同时将this指针传递给static成员函数,实现通过this指针调用成员函数与成员变量 阅读全文
posted @ 2018-07-05 11:22 cogitoergosum 阅读(221) 评论(0) 推荐(0) 编辑