{"id":234,"date":"2018-11-07T23:26:07","date_gmt":"2018-11-07T15:26:07","guid":{"rendered":"http:\/\/www.eait.co\/?p=234"},"modified":"2018-11-07T23:26:07","modified_gmt":"2018-11-07T15:26:07","slug":"python%e7%94%a8%e5%ad%97%e5%85%b8%e5%ae%9e%e7%8e%b0switch%e8%b7%b3%e8%bd%ac%e7%9a%84%e7%ae%80%e5%8d%95%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=234","title":{"rendered":"python\u7528\u5b57\u5178\u5b9e\u73b0switch\u8df3\u8f6c\u7684\u7b80\u5355\u65b9\u6cd5"},"content":{"rendered":"<pre>\r\n\u5e9f\u8bdd\u4e0d\u8bf4 \u9644\u6e90\u7801\u793a\u610f\r\n\r\nx = 1\r\ny = 2\r\noperator = \"\/\"\r\nresult = {\r\n    \"+\": x + y ,\r\n    \"-\" : x - y,\r\n    \"*\" : x * y,\r\n    \"\/\" : x \/ y}\r\n\r\nprint(result.get(operator))<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5e9f\u8bdd\u4e0d\u8bf4 \u9644\u6e90\u7801\u793a\u610f x = 1 y = 2 operator = &#8220;\/&#8221; result = { &#8220;+&#8221;: x [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,3],"tags":[12,20],"class_list":["post-234","post","type-post","status-publish","format-standard","hentry","category-other","category-python","tag-it","tag-python"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/234","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=234"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/234\/revisions"}],"predecessor-version":[{"id":235,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/234\/revisions\/235"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=234"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=234"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=234"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}