脚 本 之 家 www.jb51.net
页面导航:  不限条件-->位显
本地搜索:
<%’******************************’函数:comma(str)’参数:str,待处理的数字’作者:阿里西西’日期:2007/7/12’描述:返回以千分位显示数字格式化的数值’示例:<%=comma("120300")%>’******************************function comma(str) if not(isnumeric(str)) or str = 0 then result = 0 else...
http://www.jb51.net//article/10877.htm
<%FunctionComma(str)IfNot(IsNumeric(str))Orstr=0Then Result=0ElseIfLen(Fix(str))<4Then Result=strElse Pos=Instr(1,str,".") IfPos>0Then Dec=Mid(str,Pos) Endif Res=StrReverse(Fix(str)) LoopCount=1 WhileLoopCount<=Len(Res) TempResult=TempRes...
http://www.jb51.net//article/4694.htm
共有:2/10,当前1/1页  [首页] [上一页] 1 [下一页] [尾页] 转到: