{"id":10001025,"date":"2025-03-17T11:33:00","date_gmt":"2025-03-17T03:33:00","guid":{"rendered":"http:\/\/axure.in\/?p=10001025"},"modified":"2025-05-21T16:27:43","modified_gmt":"2025-05-21T08:27:43","slug":"axure%e5%8f%af%e7%94%a8%e6%95%b0%e5%ad%97%e7%9a%84%e5%8d%83%e5%88%86%e4%bd%8d%e6%a0%bc%e5%bc%8f%e5%8c%96","status":"publish","type":"post","link":"http:\/\/axure.in\/?p=10001025","title":{"rendered":"Axure\u6570\u5b57\u7684\u5343\u5206\u4f4d\u683c\u5f0f\u5316(\u6ce8\u5165JS)"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"382\" height=\"75\" src=\"http:\/\/axure.in\/wp-content\/uploads\/2025\/05\/image-25.png\" alt=\"\" class=\"wp-image-10001167\" srcset=\"http:\/\/axure.in\/wp-content\/uploads\/2025\/05\/image-25.png 382w, http:\/\/axure.in\/wp-content\/uploads\/2025\/05\/image-25-300x59.png 300w\" sizes=\"auto, (max-width: 382px) 100vw, 382px\" \/><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>\nNumber.prototype.formatWithCommas = function (decimalPlaces = 2) {\n  return this.toString().formatWithCommas(decimalPlaces);\n};<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>String.prototype.formatWithCommas = function (decimalPlaces = 2) {\n  if (!\/^-?\\d*\\.?\\d+$\/.test(this)) {\n    return this;\n  }\n  let &#91;integerPart, decimalPart = ''] = this.split('.');\n  let isNegative = integerPart.startsWith('-');\n  if (isNegative) {\n    integerPart = integerPart.slice(1);\n  }\n  let formattedInteger = '';\n  let count = 0;\n  for (let i = integerPart.length - 1; i &gt;= 0; i--) {\n    formattedInteger = integerPart&#91;i] + formattedInteger;\n    count++;\n    if (count % 3 === 0 &amp;&amp; i !== 0) {\n      formattedInteger = ',' + formattedInteger;\n    }\n  }\n  if (isNegative) {\n    formattedInteger = '-' + formattedInteger;\n  }\n  if (decimalPlaces &gt; 0) {\n    decimalPart = decimalPart.padEnd(decimalPlaces, '0').slice(0, decimalPlaces);\n    return `${formattedInteger}.${decimalPart}`;\n  } else {\n    return formattedInteger;\n  }\n};<\/code><\/pre>\n\n\n\n<p>\u538b\u7f29\u540e\u4ee3\u7801\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Number.prototype.formatWithCommas=function(e=2){return this.toString().formatWithCommas(e)};\nString.prototype.formatWithCommas=function(e=2){if(!\/^-?\\d*\\.?\\d+$\/.test(this))return this;let&#91;t,n=\"\"]=this.split(\".\"),r=t.startsWith(\"-\");r&amp;&amp;(t=t.slice(1));let o=\"\",i=0;for(let s=t.length-1;s&gt;=0;s--){o=t&#91;s]+o,i++,i%3==0&amp;&amp;s!==0&amp;&amp;(o=\",\"+o)}return r&amp;&amp;(o=\"-\"+o),e&gt;0?(n=n.padEnd(e,\"0\").slice(0,e),o+\".\"+n):o};<\/code><\/pre>\n<p>\u8f6c\u8f7d\u8bf7\u6ce8\u660e\uff1a<a href=\"http:\/\/axure.in\">\u6700In\u306eAxure<\/a> &raquo; <a href=\"http:\/\/axure.in\/?p=10001025\">Axure\u6570\u5b57\u7684\u5343\u5206\u4f4d\u683c\u5f0f\u5316(\u6ce8\u5165JS)<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>\u538b\u7f29\u540e\u4ee3\u7801\uff1a \u8f6c\u8f7d\u8bf7\u6ce8\u660e\uff1a\u6700In\u306eAxure &raquo; Axure\u6570\u5b57\u7684\u5343\u5206\u4f4d\u683c\u5f0f\u5316(\u6ce8\u5165JS)<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[92],"tags":[],"class_list":["post-10001025","post","type-post","status-publish","format-standard","hentry","category-others"],"_links":{"self":[{"href":"http:\/\/axure.in\/index.php?rest_route=\/wp\/v2\/posts\/10001025","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/axure.in\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/axure.in\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/axure.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/axure.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10001025"}],"version-history":[{"count":6,"href":"http:\/\/axure.in\/index.php?rest_route=\/wp\/v2\/posts\/10001025\/revisions"}],"predecessor-version":[{"id":10001171,"href":"http:\/\/axure.in\/index.php?rest_route=\/wp\/v2\/posts\/10001025\/revisions\/10001171"}],"wp:attachment":[{"href":"http:\/\/axure.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10001025"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/axure.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=10001025"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/axure.in\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=10001025"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}