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

首頁(yè) > 編程 > ASP > 正文

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

2020-07-27 13:07:46
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(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ā)表
主站蜘蛛池模板: 红桥区| 闽清县| 新兴县| 绵竹市| 沅陵县| 息烽县| 济源市| 九龙县| 墨竹工卡县| 辽阳县| 吉林省| 大丰市| 泾川县| 延安市| 武宣县| 林州市| 靖安县| 额敏县| 郁南县| 定日县| 赣州市| 牟定县| 陈巴尔虎旗| 乌拉特中旗| 科尔| 乌兰浩特市| 邻水| 丹巴县| 兴义市| 兴海县| 磴口县| 五台县| 子洲县| 简阳市| 吕梁市| 淳安县| 年辖:市辖区| 琼结县| 德昌县| 西充县| 莱芜市|