{"id":577,"date":"2019-02-16T20:59:38","date_gmt":"2019-02-16T12:59:38","guid":{"rendered":"http:\/\/www.eait.co\/?p=577"},"modified":"2019-04-05T12:31:46","modified_gmt":"2019-04-05T04:31:46","slug":"java%e4%ba%8c%e7%bb%b4%e6%95%b0%e7%bb%84%e5%8a%a0%e6%b3%95","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=577","title":{"rendered":"java\u4e8c\u7ef4\u6570\u7ec4\u52a0\u6cd5"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\npublic class java_secarr\r\n{\r\n    public static void main(String args[]) {\r\n        int A[][] = {{55, 23, 12, 56, 25}, {12, 88, 42, 999}};\r\n        int B[][] = new int[2][5];\r\n        B = add(A);\r\n\r\n        \/\/\u6253\u5370\u6570\u7ec4\r\n        for (int i = 0; i &lt; B.length; i++) {\r\n            for (int j = 0; j &lt; B[i].length;\r\n            j++){\r\n                System.out.print(B[i][j] + \"  \");\r\n            }\r\n            System.out.print(\"\\n\");\r\n        }\r\n    }\r\n\r\n        public static int[][] add(int arr[][]) {<span style=\"color: #ff0000;\">\/\/\u6b64\u5904\u8981\u7528\u4e24\u4e2aint\u3010\u3011\u3010\u3011<\/span>\r\n            for(int i = 0;i&lt;arr.length;i++){\r\n                for(int j = 0;j&lt;arr[i].length;j++){\r\n                    arr[i][j] = arr[i][j] + 10;\r\n                }\r\n            }\r\n            return arr;\r\n\r\n        }\r\n\r\n\r\n\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/16. *\/ public class ja [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,24],"tags":[],"class_list":["post-577","post","type-post","status-publish","format-standard","hentry","category-java","category-base_code"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=577"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/577\/revisions"}],"predecessor-version":[{"id":578,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/577\/revisions\/578"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=577"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=577"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}