我正在寻找代码包装的Javascript BigInteger jsbn.js模块在GWT使用。有谁有要分享的吗?我在谷歌上找不到。谢谢。
发布于 2011-03-20 05:47:38
最好的选择可能是使用GWT-Math库:http://code.google.com/p/gwt-math/
它包括java.math.BigDecimal和java.math.BigInteger的实现。
https://stackoverflow.com/questions/4433623
相似问题