{"id":395,"date":"2019-02-12T22:02:44","date_gmt":"2019-02-12T14:02:44","guid":{"rendered":"http:\/\/www.eait.co\/?p=395"},"modified":"2019-04-05T12:33:25","modified_gmt":"2019-04-05T04:33:25","slug":"java-switch%e6%93%8d%e4%bd%9c%e7%ac%a6","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=395","title":{"rendered":"Java switch\u64cd\u4f5c\u7b26"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/12.\r\n *\/\r\npublic class TestJava_switch\r\n{public static void main(String args[])\r\n{\r\n    int a = 100,b=7;\r\n    char oper = '*';\r\n    switch(oper)\r\n    {\r\n        case '+':\r\n            System.out.println(\"a+b\"+(a+b));\r\n            break;\r\n        case '\/':\r\n            System.out.println(\"a\/b\"+(a\/b));\r\n            break;\r\n        case '-':\r\n            System.out.println(\"a-b\"+(a-b));\r\n            break;\r\n        case '*':\r\n            System.out.println(\"a*b\"+a*b);\r\n            break;\r\n        default:\r\n            System.out.println(\"\u672a\u77e5\u64cd\u4f5c\uff01\");\r\n    }\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-395","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\/395","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=395"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/395\/revisions"}],"predecessor-version":[{"id":396,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/395\/revisions\/396"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=395"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=395"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=395"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}