{"id":546,"date":"2019-02-16T15:46:04","date_gmt":"2019-02-16T07:46:04","guid":{"rendered":"http:\/\/www.eait.co\/?p=546"},"modified":"2019-04-05T12:31:47","modified_gmt":"2019-04-05T04:31:47","slug":"java-static%e7%94%a8%e6%b3%95%ef%bc%9a","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=546","title":{"rendered":"Java\u2014\u2014static\u7528\u6cd5\uff1a"},"content":{"rendered":"<p>\u7528stitic\u53ef\u4ee5\u58f0\u660e\u5c5e\u6027\u6216\u65b9\u6cd5\uff0c\u7528static\u4e5f\u53ef\u4ee5\u58f0\u660e\u5185\u90e8\u7c7b\uff0c\u7528static\u58f0\u660e\u7684\u5185\u90e8\u7c7b\u5219\u53d8\u6210\u4e86\u5916\u90e8\u7c7b\uff0c\u4f46\u662f\u7528static\u58f0\u660e\u7684\u5185\u90e8\u7c7b\u4e0d\u80fd\u8bbf\u95ee\u975estatic\u5916\u90e8\u7c7b\u5c5e\u6027\uff1a<\/p>\n<p>\u8303\u4f8b\uff1a\u4f7f\u7528static\u5185\u90e8\u7c7b\u8bbf\u95ee\u975estatic\u5916\u90e8\u7c7b\u5c5e\u6027\uff1a<\/p>\n<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    static class Inner\/\/<span style=\"color: #ff0000;\">\u6b64\u65f6\u4e0b\u65b9score\u663e\u793a\u9519\u8bef\uff0c\u9700\u8981\u5728int score\u524d\u9762\u6dfb\u52a0static\u624d\u884c<\/span>\r\n    {\r\n        \r\n\r\n        void display()\r\n        {\r\n            System.out.println(\"\u6210\u7ee9\uff1ascore=\"+score);\r\n        }\r\n    }\r\n    public void print()\r\n    {\r\n\r\n    }\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u7528stitic\u53ef\u4ee5\u58f0\u660e\u5c5e\u6027\u6216\u65b9\u6cd5\uff0c\u7528static\u4e5f\u53ef\u4ee5\u58f0\u660e\u5185\u90e8\u7c7b\uff0c\u7528static\u58f0\u660e\u7684\u5185\u90e8\u7c7b\u5219\u53d8\u6210\u4e86\u5916\u90e8\u7c7b\uff0c\u4f46 [&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-546","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\/546","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=546"}],"version-history":[{"count":2,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/546\/revisions"}],"predecessor-version":[{"id":548,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/546\/revisions\/548"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=546"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=546"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}