摘要: 语法 使用 & 声明,例如:int &ref = a; 使用 * 声明,例如:int *ptr = &a; 阅读全文
posted @ 2025-05-21 16:05 liliyou 阅读(6) 评论(0) 推荐(0)