摘要: 1. c# 结构:多种类型变量的集合 【语法:】[public] struct 结构名称{ public int/string/char/... 变量名称1; public int/string/char/... 变量名称2; public int/string/char/... 变量名称3;} / 阅读全文
posted @ 2021-01-12 21:18 Googleblog 阅读(44) 评论(0) 推荐(0)