{"id":375,"date":"2019-02-12T21:14:51","date_gmt":"2019-02-12T13:14:51","guid":{"rendered":"http:\/\/www.eait.co\/?p=375"},"modified":"2019-04-05T12:33:27","modified_gmt":"2019-04-05T04:33:27","slug":"java-%e5%92%8c-%e7%9a%84%e7%94%a8%e6%b3%95","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=375","title":{"rendered":"Java +=\u548c++ \u7684\u7528\u6cd5"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/12.\r\n *\/\r\npublic class TestJava3_21\r\n{public static void main(String args[])\r\n{\r\n    int a = 10, b = 6 ;\r\n    System.out.println(\"\u6539\u53d8\u4e4b\u524d\u7684\u6570\uff1a a = \"+a+\",=\" +b);\r\n    a -= b++;\/\/\u5148\u8ba1\u7b97a-b\u7684\u503c\uff0c\u5c06\u7ed3\u679c\u8bbe\u7ed9a\u4e4b\u540e\uff0c\u518d\u5c06b\u503c\u52a01\r\n    System.out.println(\"\u6539\u53d8\u4e4b\u540e\u7684\u6570\uff1aa = \"+a+\",b =\"+b);\r\n}\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a\r\n\u6539\u53d8\u4e4b\u524d\u7684\u6570\uff1a a = 10,=6\r\n\u6539\u53d8\u4e4b\u540e\u7684\u6570\uff1aa = 4,b =7<\/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-375","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\/375","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=375"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/375\/revisions"}],"predecessor-version":[{"id":376,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/375\/revisions\/376"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=375"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=375"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}