{"id":8806,"date":"2022-04-27T11:59:13","date_gmt":"2022-04-27T03:59:13","guid":{"rendered":"https:\/\/sdeno.com\/?p=8806"},"modified":"2022-04-27T11:59:13","modified_gmt":"2022-04-27T03:59:13","slug":"js%e5%ad%97%e6%af%8d%e6%95%b0%e5%ad%97%e6%95%b0%e7%bb%84%e6%b7%b7%e5%90%88%e6%8e%92%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/sdeno.com\/?p=8806","title":{"rendered":"js\u5b57\u6bcd\u6570\u5b57\u6570\u7ec4\u6df7\u5408\u6392\u5e8f"},"content":{"rendered":"<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">function parseItem (item) {\r\n  const [, stringPart = '', numberPart = 0] = \/(^[a-zA-Z]*)(\\d*)$\/.exec(item) || [];\r\n  return [stringPart, numberPart];\r\n}\r\n\r\nfunction sort (array) {\r\n  return array.sort((a, b) =&gt; {\r\n    const [stringA, numberA] = parseItem(a);\r\n    const [stringB, numberB] = parseItem(b);\r\n    const comparison = stringA.localeCompare(stringB);\r\n    return comparison === 0 ? Number(numberA) - Number(numberB) : comparison;\r\n  });\r\n}\r\n\r\nconsole.log(sort(['A1', 'A10', 'A11', 'A12', 'A2', 'A3', 'A4', 'B10', 'B2', 'F1', 'F12', 'F3']))\r\nconsole.log(sort(['a25b', 'ab', 'a37b']))<\/pre>\n<p>&nbsp;<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">[A1, A10, A11, A12, A2, A3, A4, B10, B2, F1, F12, F3]\u00a0 \u00a0\r\n\u8f6c\u4e3a\r\n[A1, A2, A3, A4, A10, A11, A12, B2, B10, F1, F3, F12]<\/pre>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/www.codenong.com\/4340227\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.codenong.com\/4340227\/<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>function parseItem (item) { const [, stringPart = &#8221;, n [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-8806","post","type-post","status-publish","format-standard","hentry","category-wordpress"],"_links":{"self":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/8806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8806"}],"version-history":[{"count":0,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/8806\/revisions"}],"wp:attachment":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8806"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8806"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}