最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

asp下返回以千分位顯示數(shù)字格式化的數(shù)值

 更新時(shí)間:2007年08月08日 11:42:09   作者:  
<%
'******************************
'函數(shù):comma(str)
'參數(shù):str,待處理的數(shù)字
'作者:阿里西西
'日期:2007/7/12
'描述:返回以千分位顯示數(shù)字格式化的數(shù)值
'示例:<%=comma("120300")%>
'******************************
function comma(str) 
if not(isnumeric(str)) or str = 0 then 
result = 0 
elseif len(fix(str)) < 4 then 
result = str 
else 
pos = instr(1,str,".") 
if pos > 0 then 
dec = mid(str,pos) 
end if 
res = strreverse(fix(str)) 
loopcount = 1 
while loopcount <= len(res) 


tempresult = tempresult + mid(res,loopcount,3) 
loopcount = loopcount + 3 
if loopcount <= len(res) then 
tempresult = tempresult + "," 
end if 
wend 
result = strreverse(tempresult) + dec 
end if 
comma = result 
end function 
%>

相關(guān)文章

最新評(píng)論

丰宁| 西安市| 屏东县| 玛沁县| 公主岭市| 郯城县| 中牟县| 西安市| 吉安市| 建始县| 北宁市| 保靖县| 连江县| 吉木乃县| 岱山县| 高安市| 鹤峰县| 加查县| 宝应县| 惠安县| 穆棱市| 林口县| 墨竹工卡县| 湘乡市| 辰溪县| 大兴区| 阜城县| 桐乡市| 灯塔市| 乌审旗| 托克逊县| 新平| 汝阳县| 平昌县| 西和县| 崇文区| 沙河市| 商城县| 桓仁| 临洮县| 滦平县|