const 跟static readonly 有什麼差別? 首先我們建立一個DLL Project, 叫做Example.dll public class Example { public const string ConstString = "1"; public static ...
確定! 回上一頁