C# 結構與結構陣列 · 定義Struct結構 *struct Student { public int No; · 宣告結構變數: *Student[]bcc=new Student[4]; · 設定結構變數初值: *bcc[0].No= ...
確定! 回上一頁