看板
[ C_Sharp ]
討論串[問題] struct 結構問題
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
public class person. {. public String name;. public String title;. //你可以宣告建構式初始化. }. List<person> la = new List<person>();. person p;. for(int i=0; i<
(還有77個字)
內容預覽:
public struct Customer. {. public string name;. public int age;. public char sex ;. }. static void Main(string[] args). {. Customer ct=new Customer();
(還有141個字)
內容預覽:
大大們好. 小弟現在想要結構來集合我. 其他宣告 list的變數. 以下為我的程式碼. List<int>px=new List<int>();. List<int>py=new List<int>();. List<int>c=new List<int>();. List<int>d=new Li
(還有62個字)
首頁
上一頁
1
下一頁
尾頁