{"id":343,"date":"2019-02-11T21:18:17","date_gmt":"2019-02-11T13:18:17","guid":{"rendered":"http:\/\/www.eait.co\/?p=343"},"modified":"2019-04-05T12:34:19","modified_gmt":"2019-04-05T04:34:19","slug":"java%e5%b1%80%e9%83%a8%e5%8f%98%e9%87%8f","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=343","title":{"rendered":"Java\u5c40\u90e8\u53d8\u91cf"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/11.\r\n *\/\r\npublic class TestJava4_4\r\n{public static void main(String[]args)\r\n{\r\n    int sum = 0;\r\n    for(int i=1;i&lt;=5;i++)\r\n    {\r\n        sum = sum + i;\r\n        System.out.println(\"i=\" + i + \", sum =\" + sum);\r\n    }\r\n    \/\/i\u662f\u5c40\u90e8\u53d8\u91cf\r\n}\r\n}\r\n\r\n\r\n\r\n\r\n\r\ni=1, sum =1\r\ni=2, sum =3\r\ni=3, sum =6\r\ni=4, sum =10\r\ni=5, sum =15<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/11. *\/ public class Te [&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-343","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\/343","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=343"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/343\/revisions"}],"predecessor-version":[{"id":344,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/343\/revisions\/344"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=343"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=343"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}