function thun(v){//在千位數插入逗號
x = Math.round(v)
var tmp=eval('""+x').length
if(tmp>3&&tmp<7) {
tmp=eval('""+x').substring(0,tmp-3)+","+eval('""+x').substring(tmp-3,tmp)
return tmp
}
return x
}
x = Math.round(v)
var tmp=eval('""+x').length
if(tmp>3&&tmp<7) {
tmp=eval('""+x').substring(0,tmp-3)+","+eval('""+x').substring(tmp-3,tmp)
return tmp
}
return x
}
Recommend to Front page
電腦網路(2)
Comment Permissions: Allow commenting