如何在Golang中将big int转换为字符串(或整数)?
bigint := big.NewInt(123) //This is what I have bigstr = "123" //This is what I want
string int go bigint
bigint ×1
go ×1
int ×1
string ×1