摘要:
var i=0,len=0;var BigNum=function (s,sign){//+1为正,-1为负 this.bn=typeof s=="string"?BigNum.big(s.replace('-','')):s; this.deal();//处理减法导致的前0 this.s=(Object.prototype.toString.apply(s) === '[object Array... 阅读全文
posted @ 2010-04-22 09:46
游云
阅读(923)
评论(0)
推荐(0)