{"id":368,"date":"2019-02-12T20:18:18","date_gmt":"2019-02-12T12:18:18","guid":{"rendered":"http:\/\/www.eait.co\/?p=368"},"modified":"2019-04-05T12:33:27","modified_gmt":"2019-04-05T04:33:27","slug":"java%e9%80%92%e5%a2%9e%e9%80%92%e5%87%8f%e8%bf%90%e7%ae%97%e7%ac%a6%e7%9a%84%e5%89%8d%e5%90%8e%e7%89%b9%e6%80%a7","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=368","title":{"rendered":"Java\u9012\u589e\u9012\u51cf\u8fd0\u7b97\u7b26\u7684\u524d\u540e\u7279\u6027"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/12.\r\n *\/\r\npublic class TestJava3_18\r\n{public static void main(String args[])\r\n{\r\n    int a = 3,b = 3;\r\n    System.out.println(\"a = \" +a);\r\n    System.out.println(\",a++\" + (a++));\r\n    System.out.println(a);\r\n    System.out.print(\"b=\"+b);\r\n    System.out.println(\"++b=\"+(++b)+\",b=\"+b);\r\n}\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a\r\na = 3\r\n,a++3\r\n4\r\nb=3++b=4,b=4<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/12. *\/ 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-368","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\/368","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=368"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/368\/revisions"}],"predecessor-version":[{"id":369,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/368\/revisions\/369"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=368"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=368"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}