我是ReactNative新手,我想在我的ReactNative项目中导入一个Java类。这有可能吗?我该怎么做呢?
Java类包含对BigInteger的使用
public java.math.BigInteger randomPrimeBigInteger(int bitlen, int certainty, java.util.Random rng) {
return new java.math.BigInteger(bitlen, certainty, rng);
}https://stackoverflow.com/questions/47616475
复制相似问题