{"id":384,"date":"2019-02-12T21:39:31","date_gmt":"2019-02-12T13:39:31","guid":{"rendered":"http:\/\/www.eait.co\/?p=384"},"modified":"2019-04-05T12:33:26","modified_gmt":"2019-04-05T04:33:26","slug":"java-if%e7%ae%80%e5%8d%95%e7%94%a8%e6%b3%95","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=384","title":{"rendered":"Java if\u7b80\u5355\u7528\u6cd5"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/12.\r\n *\/\r\npublic class TestJava_f\r\n{public  static void main(String[] args)\r\n{\r\n    int a = 6, b = 5;\r\n    System.out.println(\"a = \"+a+\",b = \"+b);\r\n    if (a&gt;b)\r\n        System.out.println(\"a -b = \" +(a-b));\r\n    System.out.println(\"a*b = \"+(a*b));\r\n    \r\n}\r\n}<\/pre>\n<pre><span style=\"color: #ff0000;\">\/\/\u82e5\u662fif\u8bed\u53e5\u8981\u5904\u7406\u7684\u8bed\u53e5\u53ea\u6709\u8981\u7ed9\uff0c\u53ef\u7701\u7565\u5de6\u53f3\u5927\u62ec\u53f7<\/span><\/pre>\n<pre>\u7ed3\u679c a = 6,b = 5 a -b = 1 a*b = 30<\/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,1],"tags":[],"class_list":["post-384","post","type-post","status-publish","format-standard","hentry","category-java","category-base_code","category-uncategorized"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/384","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=384"}],"version-history":[{"count":3,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/384\/revisions"}],"predecessor-version":[{"id":387,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/384\/revisions\/387"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=384"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=384"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}