using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication3 { class Program { public struct student { public string name; public int ID; public struct address { public string school; public string name; } } static void Main(string[] args) { student s1; Console.WriteLine(); } } } 如上,要是想访问student里的address的school应该如何访问?
慕尼黑8549860
慕沐林林
随时随地看视频慕课网APP
相关分类