struct 語句為程序定義了一個帶有多個成員的新的數據類型。 例如,您可以按照如下的方式聲明Book 結構: struct Books { public string title; public string author; ...
確定! 回上一頁