當柳上原的風吹向天際的時候...

          真正的快樂來源于創造

            BlogJava :: 首頁 :: 聯系 :: 聚合  :: 管理
            368 Posts :: 1 Stories :: 201 Comments :: 0 Trackbacks
          <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
          <html>
           <head>
            <title> New Document </title>
            <meta name="Generator" content="EditPlus">
            <meta name="Author" content="">
            <meta name="Keywords" content="">
            <meta name="Description" content="">
           </head>

           <body>
          <input id="decimalTxt" />&nbsp;
          <button id="showBtn" >Click</button>
           </body>
          </html>
          <script type="text/javascript">
          <!--
          window.onload=function(){
              document.getElementById("showBtn" ).onclick=function(){
                  var value=document.getElementById("decimalTxt" ).value;
                  alert(toCurrency(value));
              };
          };

          function toCurrency(money) {  
             if (/[^0-9\.]/.test(money)){
                  return '0.00';
              }

              money = money.replace(/^(\d*)$/, "$1.");
              money = (money + "00").replace(/(\d*\.\d\d)\d*/, "$1");
              money = money.replace(".", ",");
              var re = /(\d)(\d{3},)/;
              while (re.test(money)) {
                  money = money.replace(re, "$1,$2");
              }
              money = money.replace(/,(\d\d)$/, ".$1");

              return '' + money.replace(/^\./, "0.");
          }  
          //-->
          </script>
          posted on 2013-02-18 16:30 何楊 閱讀(1193) 評論(0)  編輯  收藏 所屬分類: JavaScript
          主站蜘蛛池模板: 惠水县| 岱山县| 诏安县| 伊宁市| 托克逊县| 会东县| 苏尼特左旗| 长沙市| 高安市| 宁晋县| 陆河县| 蒙自县| 嘉峪关市| 福鼎市| 孝昌县| 罗甸县| 万山特区| 兴隆县| 磐石市| 昔阳县| 乌审旗| 佳木斯市| 莒南县| 石城县| 达日县| 永昌县| 斗六市| 崇左市| 黄梅县| 屏东市| 滨州市| 双江| 师宗县| 塘沽区| 汉川市| 鄂伦春自治旗| 五家渠市| 高淳县| 浦城县| 宜州市| 喀什市|