有几种常见成员函数命名格式,目前个人见过的有以下几种,比如学生号码
<1>m_studentId
<2>_studentId (前缀下划线)
<3>studentId _ (后缀下划线)
<4>mStudentId
<5>StudentId
<6>studentId
详细可以见其他人的博客
https://zhuanlan.zhihu.com/p/89909623
https://blog.csdn.net/u014296677/article/details/51504321?_t_t_t=0.6026467680931091
https://blog.csdn.net/qq_33726635/article/details/104541105
https://blog.csdn.net/ll1811866786/article/details/50403495
https://bbs.csdn.net/topics/390846218
http://www.mamicode.com/info-detail-244863.html