A survey of published scientific literature was undertaken to identify and catalog observed earthquake precursors.The earthquake precursors selected for analysis included electric and magnetic fields, gas emissions,groundwater level changes, tempera
下面跟大家分享2种不同函数的实现方式。
ASP将数字转中文数字金额的函数一
<%
function Money(thenumber)
'dim Money,i,String1,String2,length,checkp'定义变量
dim one(),onestr()'定义数组
String1 = "零壹贰叁肆伍陆柒捌玖"
String2 = "万仟佰拾亿仟佰拾万仟佰拾元角分厘毫"
checkp=instr(thenumber,".")'判断是否含有小数位
if checkp0 then