bigint 怎么不能使用刚学C#,用的VS2010,为什么我使用bigint说我没有using 引用我只引用了 using System;[解决办法]引用System.Numerics.dll程序集[解决办法]工程先添加引用 System.Numerics.dll然后写using System.Numerics; BigInteger xx;就可以使用了