本文共 139 字,大约阅读时间需要 1 分钟。
C#中int32 的有效值范围是 [Int32.MinValue, Int32.MaxValue] 中的整数,或者说是从 -2^16 到 2^16-1 之间的整数
转载于:https://www.cnblogs.com/2260827114com/p/5212088.html