作者:生鱼片 日期:2006-4-10 23:04:00 点击:500 时间日期类
演示区 function number(index1){var numberstring=一二三四五六七八九十; if(index1 ==0) {document.write(十)} if(index1 < 10){ document.write(numberstring.substring(0+(index1-1),index1))} else if(index1 < 20 ){ document.write(十+nu...
阅读全文>>