{"id":541,"date":"2019-02-16T12:24:56","date_gmt":"2019-02-16T04:24:56","guid":{"rendered":"http:\/\/www.eait.co\/?p=541"},"modified":"2019-04-05T12:31:48","modified_gmt":"2019-04-05T04:31:48","slug":"java_%e5%86%85%e9%83%a8%e7%b1%bb%e7%9a%84%e4%bd%bf%e7%94%a8%e6%96%b9%e6%b3%95%ef%bc%9a","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=541","title":{"rendered":"java_\u5185\u90e8\u7c7b\u7684\u4f7f\u7528\u65b9\u6cd5\uff1a"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\npublic class java_outer\r\n{\r\n    int score = 95;\r\n    void inst()\r\n    {\r\n        Inner in = new Inner();\r\n        in.display();\r\n    }\r\n    class Inner\r\n    {\r\n        void display()\r\n        {\r\n            System.out.println(\"\u6210\u7ee9\uff1ascore=\"+score);\r\n        }\r\n    }\r\n}\r\n\r\n\r\n\r\n\r\n<\/pre>\n<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\npublic class test_outer\r\n{\r\n    public static void main(String[] args)\r\n    {\r\n        java_outer ou = new java_outer();\r\n                ou.inst();\r\n    }\r\n}\r\n\r\n\r\n\r\n\u6210\u7ee9\uff1ascore=95<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/16. *\/ public class ja [&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-541","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\/541","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=541"}],"version-history":[{"count":2,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/541\/revisions"}],"predecessor-version":[{"id":543,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/541\/revisions\/543"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=541"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=541"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}