![]() |
1
4
应该使用字节数组。 |
![]() |
2
1
|
![]() |
3
1
我同意@SLaks,你应该使用字节数组。但是,BigInteger, http://msdn.microsoft.com/en-us/library/system.numerics.biginteger.aspx ,也可能有效,因为理论上它没有上下限。这仅适用于.NET 4。字节数组仍然是一个更好的选择。 |
![]() |
4
0
如果你不计算这个数字,System.String有什么问题? |
![]() |
5
0
|