摘要: 参考 https://www.runoob.com/cplusplus/cpp-pointers.html 正文 指针的使用就像 java 中对象的赋值使用一样,如 java 中: class User{ public int age; User(int age){ this.age = age; 阅读全文
posted @ 2022-09-19 18:31 夏秋初 阅读(43) 评论(0) 推荐(0)