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

asp下返回以千分位顯示數(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)文章

最新評論

武夷山市| 龙胜| 莫力| 永城市| 丰都县| 石阡县| 石阡县| 肥东县| 温宿县| 霍林郭勒市| 马龙县| 龙海市| 靖州| 天津市| 常州市| 江华| 马鞍山市| 尖扎县| 七台河市| 襄城县| 荥阳市| 揭阳市| 鱼台县| 淄博市| 蕲春县| 武安市| 贵定县| 阆中市| 星子县| 普洱| 南昌市| 武邑县| 弥勒县| 巫溪县| 龙井市| 吐鲁番市| 涞水县| 天台县| 鲁甸县| 承德市| 阜平县|