readonly為執行階段常數 public static readonly int Start = 0; const為編譯時期常數 public const int End = 10; 兩種方式有相同的意義但背卻有不同 ...
確定! 回上一頁