java.math.BigInteger类型的数据转成int

来源:互联网 发布:mc学编程下载 编辑:程序博客网 时间:2024/05/18 02:57
BigInteger b=12;int d = b.intValue();