国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > ASP > 正文

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

2024-05-04 10:57:57
字體:
供稿:網(wǎng)友
<%
'******************************
'函數(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 
%>
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 黄骅市| 略阳县| 绥江县| 西乌珠穆沁旗| 奈曼旗| 栖霞市| 哈巴河县| 泸州市| 遵化市| 桓台县| 封丘县| 额济纳旗| 湖口县| 鄂尔多斯市| 海淀区| 突泉县| 会昌县| 赣榆县| 额济纳旗| 黄大仙区| 龙岩市| 平昌县| 武乡县| 方山县| 浦东新区| 资源县| 蒲江县| 贞丰县| 乐至县| 宁国市| 卢氏县| 泰来县| 万源市| 镶黄旗| 嘉善县| 屯门区| 巴楚县| 蒙自县| 敖汉旗| 两当县| 麟游县|