qq_17126595: [code=html] function formateNumber(integer) { var p = integer,width,odds; width = 1000; odds = []; while(p > 0) { (p % width); p = parseInt(p / width); } return ().join(',') } [/code]
删除数组里面的某一个值
999999999 添加字符
qq_17126595: [code=html] function formateNumber(integer) { var p = integer,width,odds; width = 1000; odds = []; while(p > 0) { (p % width); p = parseInt(p / width); } return ().join(',') } [/code]