{"id":421,"date":"2019-02-14T19:40:33","date_gmt":"2019-02-14T11:40:33","guid":{"rendered":"http:\/\/www.eait.co\/?p=421"},"modified":"2019-04-05T12:32:53","modified_gmt":"2019-04-05T04:32:53","slug":"java%e4%ba%8c%e7%bb%b4%e6%95%b0%e7%bb%84%e5%ba%94%e7%94%a8%e7%a4%ba%e4%be%8b","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=421","title":{"rendered":"java\u4e8c\u7ef4\u6570\u7ec4\u5e94\u7528\u793a\u4f8b"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/14.\r\n *\/\r\npublic class Java_2arrays {\r\n    public static void main(String args[]) {\r\n        int i, j, sum = 0;\r\n        int num[][] = {{30, 35, 26, 32}, {33, 34, 30, 29}};\r\n        for (i = 0; i &lt; num.length; i++) {\r\n            System.out.print(\"\u7b2c\" + (i + 1) + \"\u4e2a\u4eba\u7684\u6210\u7ee9\u4e3a\");\r\n            for (j = 0; j &lt; num[i].length; j++) {\r\n                System.out.print(num[i][j] + \"  \");\r\n                sum += num[i][j];\r\n            }\r\n            System.out.println();\r\n        }\r\n        System.out.println(\"\\n\u603b\u6210\u7ee9\u662f\uff1a\" + sum + \"\u5206\uff01\");\r\n    }\r\n\r\n}\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a<\/pre>\n<p>\u7b2c1\u4e2a\u4eba\u7684\u6210\u7ee9\u4e3a30 35 26 32<br \/>\n\u7b2c2\u4e2a\u4eba\u7684\u6210\u7ee9\u4e3a33 34 30 29<\/p>\n<p>\u603b\u6210\u7ee9\u662f\uff1a249\u5206\uff01<\/p>\n<pre>\r\n\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/14. *\/ 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-421","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\/421","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=421"}],"version-history":[{"count":2,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/421\/revisions"}],"predecessor-version":[{"id":423,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/421\/revisions\/423"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=421"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=421"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=421"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}