{"id":7259,"date":"2022-09-05T10:34:57","date_gmt":"2022-09-05T02:34:57","guid":{"rendered":"http:\/\/123.57.164.21\/?p=7259"},"modified":"2022-09-05T10:34:57","modified_gmt":"2022-09-05T02:34:57","slug":"java%e5%8a%a8%e6%80%81%e6%9b%bf%e6%8d%a2string%e5%ad%97%e7%ac%a6%e4%b8%b2%e4%b8%ad%e7%9a%84%e5%8d%a0%e4%bd%8d%e7%ac%a6messageformat%e7%9a%84%e7%94%a8%e6%b3%95","status":"publish","type":"post","link":"https:\/\/92it.top\/?p=7259","title":{"rendered":"Java\u52a8\u6001\u66ff\u6362String\u5b57\u7b26\u4e32\u4e2d\u7684\u5360\u4f4d\u7b26(MessageFormat\u7684\u7528\u6cd5)"},"content":{"rendered":"\n<p><strong>\u4ee3\u7801\u5982\u4e0b<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">import java.text.MessageFormat;\nimport java.util.GregorianCalendar;\nimport java.util.Locale;\n\npublic class Test3\n{\n    public static void main(String[] args) throws Exception\n    {\n        String pattern1 = \"{0},\u4f60\u597d!\u4f60\u4e8e {1} \u5b58\u5165 {2}\u5143\";\n        String pattern2 = \"At {1,time,short} on {1,date,long},{0} paid {2,number,currency}\";\n        \n        \/\/1.0E3 \u79d1\u5b66\u8ba1\u6570\u6cd5 \u5373 1.0*10^3 E3\u8868\u793a10\u7684\u4e09\u6b21\u65b9\n        Object[] params = {\"hoonick\",new GregorianCalendar().getTime(),1.0E3};\n        \n        \/\/\u4f7f\u7528\u9ed8\u8ba4\u7684\u672c\u5730\u5316\u5bf9\u8c61\u683c\u5f0f\u5316\u5b57\u7b26\u4e32\n        String format = MessageFormat.format(pattern1, params);\n        System.out.println(format);\n        \n        \/\/\u4f7f\u7528\u6307\u5b9a\u7684\u672c\u5730\u5316\u5bf9\u8c61\u683c\u5f0f\u5316\u5b57\u7b26\u4e32\n        MessageFormat mf = new MessageFormat(pattern2, Locale.US);\n        String format2 = mf.format(params);\n        System.out.println(format2);\n    }\n\n}<\/pre>\n\n\n\n<p>\u00a0\u63a7\u5236\u53f0\u8f93\u51fa<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/123.57.164.21\/wp-content\/uploads\/2022\/09\/\u56fe\u7247-8-1024x133.png\" alt=\"\" class=\"wp-image-7260\" width=\"665\" height=\"86\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2022\/09\/\u56fe\u7247-8-1024x133.png 1024w, https:\/\/92it.top\/wp-content\/uploads\/2022\/09\/\u56fe\u7247-8-300x39.png 300w, https:\/\/92it.top\/wp-content\/uploads\/2022\/09\/\u56fe\u7247-8-768x100.png 768w, https:\/\/92it.top\/wp-content\/uploads\/2022\/09\/\u56fe\u7247-8-830x108.png 830w, https:\/\/92it.top\/wp-content\/uploads\/2022\/09\/\u56fe\u7247-8-230x30.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2022\/09\/\u56fe\u7247-8-350x45.png 350w, https:\/\/92it.top\/wp-content\/uploads\/2022\/09\/\u56fe\u7247-8-480x62.png 480w, https:\/\/92it.top\/wp-content\/uploads\/2022\/09\/\u56fe\u7247-8.png 1278w\" sizes=\"(max-width: 665px) 100vw, 665px\" \/><\/figure><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u4ee3\u7801\u5982\u4e0b \u00a0\u63a7\u5236\u53f0\u8f93\u51fa<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[],"_links":{"self":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/7259"}],"collection":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7259"}],"version-history":[{"count":1,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/7259\/revisions"}],"predecessor-version":[{"id":7261,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/7259\/revisions\/7261"}],"wp:attachment":[{"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7259"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7259"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}