首 页   · 站长博客 · 用户注册 · 会员登陆  · 会员排行  ·最新主题  ·最近回复  精华区  版权声明  ·论坛管理
  当前登录身份:游客,请先登录。  笔名: 口令: 验证码:   
楼 主  index »  HTML/JS/CSS技术专区 » 数字转换成汉字  


  作者:北极宫爵
  注册时间:2008-01-14
  主题/回复:1/0
  积分:340
  等级:★★(四级)
  称号:崭露头角

  beijigongjue@163..
  277265465
  hi.baidu.com/beijigongjue

 

 发表:2008-01-31 11:25:16 阅读 3406 次 回复 2 次 得分1  |   字号 字色
数字转换成汉字
<script>
/**
作者:newskyline(小天)
数字转换成汉字
@param {int} num 待转换的数字
*/
function zhuan(num){
  num = parseInt(num);
if(isNaN(num))return '';
  var MAP = '零十百千万十百千亿十百千万十百千'.split('');
var countMap = 1;
var countLen = num.toString().length;
  return num.toString().replace(/(\d?)/g,
    function($0,$1){
      var HAN = '零一二三四五六七八九'.split('');
var rValue;
var idxMap = countLen - countMap;
if($1!=0){
rValue = HAN[parseInt($1)];
}else if($1==0 && num.toString().split('')[idxMap]!='0'){
rValue = '零'; // to do
}else{
rValue = ''; // to be confirmed
}
if(idxMap < MAP.length && $1!=0){
rValue += MAP[idxMap];
}
countMap++;
      return rValue;
    }
  ).replace(/零+$/,'');
}
alert(zhuan(011234567890123));
</script> 

注:许多情况都没有考虑到,以上代码需要完善。 

(本帖被作者修改过2次,最后一次修改时间2008-01-31 13:00:44)

 
 1#楼  
 
  回复人:yanwanrong
  注册时间:2009-10-20
  主题/回复:0/39
  积分:101
  等级:★☆(三级)
  称号:牛刀小试

   
 1#楼 发表于2009-10-20 14:52:35  评分:1 

回复给楼主(北极宫爵)
Nexon Europe:Hello Nexonears!In order to facilitate payments for maple story mesos you all,another payment option has been added to NEXON Europe.Nexon Game Cards give you access to purchasable virtual items buy maple story mesos that can be used to enhance your gaming experience.They cheap maple story mesos can be found in the Sainsbury’s,Toys R Us and ASDA stores within the UK.For maple story mesos those who still have difficulties purchasing maple story mesos,we are constantly working to reach out to you.buy maple story mesos So stay tuned,and cheap maple story mesos we will give you good news!
 2#楼  
 
  回复人:yanwanrong
  注册时间:2009-10-20
  主题/回复:0/39
  积分:101
  等级:★☆(三级)
  称号:牛刀小试

   
 2#楼 发表于2009-10-20 14:53:45  评分: 

回复给楼主(北极宫爵)
Nexon Europe:Hello Nexonears!In order to facilitate payments for maple story mesos you all,another payment option has been added to NEXON Europe.Nexon Game Cards give you access to purchasable virtual items buy maple story mesos that can be used to enhance your gaming experience.They cheap maple story mesos can be found in the Sainsbury’s,Toys R Us and ASDA stores within the UK.For maple story mesos those who still have difficulties purchasing maple story mesos, we are constantly working to reach out to you.buy maple story mesos So stay tuned,and cheap maple story mesos we will give you good news!
  页数1/1首页 « 1 » 末页
  发表回复:您还没有登陆,无法发表回复。请先[登陆]

一起PHP技术联盟 主办:一起PHP 联系方式:站长QQ:4304410 QQ群:8423742 20159565 站长博客 E-mail: nqp@nqp.me 执行时间:0.021sec
SimsmaBBS 2008 (v6.0) Developed by 17php.com,Copyright(C)2003-2010 All rights reserved. 副本授权:一起PHP官方专用版