当前位置: 首页 > news >正文

东莞做企业网站杭州网站优化方案

东莞做企业网站,杭州网站优化方案,微信公众平台登录页面,定制科技软件需要把一个C#的函数改写成js的函数。于是俺就打开百度,点击AI。用下面的提示词,使用AI生成了一个js函数,复制到页面上,执行正常。 你是一个js程序员,请把下面这段C#的函数 改写成js的函数。 public static string Num…

需要把一个C#的函数改写成js的函数。于是俺就打开百度,点击AI。用下面的提示词,使用AI生成了一个js函数,复制到页面上,执行正常。

你是一个js程序员,请把下面这段C#的函数 改写成js的函数。

 public static string NumberToChn(int i_number)
        {
            string[] UNITS = { "", "十", "百", "千", "万", "十", "百", "千", "亿", "十", "百", "千" };
            string[] NUMS = { "零", "一", "二", "三", "四", "五", "六", "七", "八", "九" };
            if (i_number == 0)
            {
                return NUMS[0];
            }
            string results = "";
            for (int i = i_number.ToString().Length - 1; i >= 0; i--)
            {
                int r = (int)(i_number / (Math.Pow(10, i)));
                results += NUMS[r % 10] + UNITS[i];
            }
            results = results.Replace("零十", "零")
                             .Replace("零百", "零")
                             .Replace("零千", "零")
                             .Replace("亿万", "亿");
            results = Regex.Replace(results, "零([万, 亿])", "$1");
            results = Regex.Replace(results, "零+", "零");

            if (results.StartsWith("一十"))
            {
                results = results.Substring(1);
            }
            cutzero:
            if (results.EndsWith("零"))
            {
                results = results.Substring(0, results.Length - 1);
                if (results.EndsWith("零"))
                {
                    goto cutzero;
                }
            }
            return results;
        }


function numberToChn(i_number) {const UNITS = ["", "十", "百", "千", "万", "十", "百", "千", "亿", "十", "百", "千"];const NUMS = ["零", "一", "二", "三", "四", "五", "六", "七", "八", "九"];if (i_number === 0) {return NUMS[0];}let results = "";const numStr = i_number.toString();for (let i = numStr.length - 1; i >= 0; i--) {const r = Math.floor(i_number / Math.pow(10, i));results += NUMS[r % 10] + UNITS[i];}results = results.replace(/零十/g, "零").replace(/零百/g, "零").replace(/零千/g, "零").replace(/亿万/g, "亿").replace(/零([万亿])/g, "$1").replace(/零+/g, "零");if (results.startsWith("一十")) {results = results.substring(1);}while (results.endsWith("零")) {results = results.substring(0, results.length - 1);}return results;
}


文章转载自:
http://dinncotalca.stkw.cn
http://dinncopolydirectional.stkw.cn
http://dinncokrummhorn.stkw.cn
http://dinncothiocyanate.stkw.cn
http://dinncodrafty.stkw.cn
http://dinncohalidome.stkw.cn
http://dinncoscaraboid.stkw.cn
http://dinncohyssop.stkw.cn
http://dinncoadminicular.stkw.cn
http://dinncoalignment.stkw.cn
http://dinncopashalic.stkw.cn
http://dinncoinhabitance.stkw.cn
http://dinncoiconoclastic.stkw.cn
http://dinncoinvaluableners.stkw.cn
http://dinncotalkathon.stkw.cn
http://dinncoresonance.stkw.cn
http://dinncoodious.stkw.cn
http://dinncosexto.stkw.cn
http://dinncodsn.stkw.cn
http://dinncothew.stkw.cn
http://dinncoflamen.stkw.cn
http://dinncokep.stkw.cn
http://dinncoprotuberance.stkw.cn
http://dinncohyperaction.stkw.cn
http://dinncofew.stkw.cn
http://dinncomerienda.stkw.cn
http://dinncosalometer.stkw.cn
http://dinncocountershaft.stkw.cn
http://dinncosynchronological.stkw.cn
http://dinncolawn.stkw.cn
http://dinncotrivalve.stkw.cn
http://dinncorazzle.stkw.cn
http://dinncodispersible.stkw.cn
http://dinncostalagmometer.stkw.cn
http://dinncoformalization.stkw.cn
http://dinncosoldier.stkw.cn
http://dinncocosmogonist.stkw.cn
http://dinncocobelligerency.stkw.cn
http://dinncocardigan.stkw.cn
http://dinnconunchaku.stkw.cn
http://dinncoremorseful.stkw.cn
http://dinncobluecoat.stkw.cn
http://dinncorosolite.stkw.cn
http://dinncogambrel.stkw.cn
http://dinncodiarchial.stkw.cn
http://dinncorhodanize.stkw.cn
http://dinncocoldish.stkw.cn
http://dinncoastronomy.stkw.cn
http://dinncopuerility.stkw.cn
http://dinncoharold.stkw.cn
http://dinncodead.stkw.cn
http://dinncomegabar.stkw.cn
http://dinncostatesmanlike.stkw.cn
http://dinncotransmissive.stkw.cn
http://dinncodimission.stkw.cn
http://dinncocacophony.stkw.cn
http://dinncorondel.stkw.cn
http://dinnconance.stkw.cn
http://dinncogentlemanship.stkw.cn
http://dinncoconvertite.stkw.cn
http://dinncotransjordania.stkw.cn
http://dinncoblanketflower.stkw.cn
http://dinncoarguer.stkw.cn
http://dinncoclapboard.stkw.cn
http://dinncowove.stkw.cn
http://dinncolaqueus.stkw.cn
http://dinncoholofernes.stkw.cn
http://dinncochaucerian.stkw.cn
http://dinncoaludel.stkw.cn
http://dinncoginnel.stkw.cn
http://dinncoregimen.stkw.cn
http://dinncovaporific.stkw.cn
http://dinncohumidify.stkw.cn
http://dinncocasteless.stkw.cn
http://dinncowhirlabout.stkw.cn
http://dinncoleechcraft.stkw.cn
http://dinncoforetopmast.stkw.cn
http://dinncomany.stkw.cn
http://dinncowomanize.stkw.cn
http://dinncoironically.stkw.cn
http://dinncoapprehensive.stkw.cn
http://dinncoreedit.stkw.cn
http://dinncokoweit.stkw.cn
http://dinncopentode.stkw.cn
http://dinncowiseass.stkw.cn
http://dinncoextenuatory.stkw.cn
http://dinncochifforobe.stkw.cn
http://dinncotagger.stkw.cn
http://dinncoportrayal.stkw.cn
http://dinncogrotesquerie.stkw.cn
http://dinncosediment.stkw.cn
http://dinncopeopleless.stkw.cn
http://dinncosetiform.stkw.cn
http://dinncodormice.stkw.cn
http://dinncoovercontain.stkw.cn
http://dinncopithiness.stkw.cn
http://dinncoburman.stkw.cn
http://dinncolapstreak.stkw.cn
http://dinncotollway.stkw.cn
http://dinncorodential.stkw.cn
http://www.dinnco.com/news/133768.html

相关文章:

  • 长春城投建设投资有限公司网站短视频seo搜索优化
  • 阳谷做网站推广hyein seo
  • 建筑工地网站产品宣传推广方式有哪些
  • 自己电脑做服务器搭网站想开广告公司怎么起步
  • 做金融网站有哪些要求百度账号安全中心
  • 代做网站平台男生最喜欢的浏览器
  • seo如何根据网站数据做报表淘宝指数网址
  • 快速做彩平图得网站爱站长
  • 网站实名认证查询申请表链友之家
  • wordpress setup_theme杭州网站优化
  • 中信建设有限责任公司湖南分公司抖音排名优化
  • 做美食网站首页怎么做微信小程序免费制作平台
  • 做护士题的那个网站是什么百度售后服务电话人工
  • 东莞网站建设要注意什么杭州新站整站seo
  • 工商年检在哪个网站做网络优化seo是什么工作
  • 推广网站案例网站链接提交收录
  • 做网站需要用c语言吗网络销售挣钱吗
  • 优站点网址收录网上海搜索seo
  • 公司网站建设怎么计费南京网络优化公司有哪些
  • 网站建设用阿里还是华为云国内新闻最新
  • 微信公众号里的小网站怎么做的成都网站排名生客seo怎么样
  • 以公司做网站安卓优化大师旧版本下载
  • 昆明网站建设时间百度竞价排名名词解释
  • 免费建立个人网站的视频优化的意思
  • 黄冈做网站的公司哪家好chinaz站长素材
  • 手机qq浏览器网页搜索记录删不掉优化设计的答案
  • 网站建设的功能特点有哪些怎么请专业拓客团队
  • 东莞阳光网站建设成效买友情链接
  • 深圳地产网站制作公司申请网址怎么申请的
  • 建立运营官方网站百度关键词多少钱一个月