{"id":390,"date":"2019-02-12T21:49:42","date_gmt":"2019-02-12T13:49:42","guid":{"rendered":"http:\/\/www.eait.co\/?p=390"},"modified":"2019-04-05T12:33:26","modified_gmt":"2019-04-05T04:33:26","slug":"java-%e5%a4%9a%e4%b8%aaelse%e7%94%a8%e6%b3%95","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=390","title":{"rendered":"Java \u591a\u4e2aelse\u7528\u6cd5"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/12.\r\n *\/\r\npublic class Testjava_ifn\r\n{public static void main(String[] args)\r\n{\r\n    int x = 1;\r\n    if (x ==1)\r\n        System.out.println(\"x ==1\");\r\n    else if(x ==2)\r\n        System.out.println(\"x ==2\");\r\n    else if (x ==3)\r\n        System.out.println(\"x ==3\");\r\n    else\r\n        System.out.println(\"x&gt;3\");\r\n}\r\n}<\/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-390","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\/390","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=390"}],"version-history":[{"count":2,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/390\/revisions"}],"predecessor-version":[{"id":392,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/390\/revisions\/392"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=390"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=390"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}