{"id":600,"date":"2019-02-17T00:44:33","date_gmt":"2019-02-16T16:44:33","guid":{"rendered":"http:\/\/www.eait.co\/?p=600"},"modified":"2019-04-05T12:31:18","modified_gmt":"2019-04-05T04:31:18","slug":"java-static%e9%9d%99%e6%80%81%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=600","title":{"rendered":"java\u2014\u2014static\u9759\u6001\u65b9\u6cd5"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/17.\r\n *\/\r\nclass java_static\r\n{\r\n    String name;\r\n    private static String city = \"\u4e2d\u56fd\";\r\n    int age;\r\n    public java_static(String name,int age)\r\n    {\r\n        this.name = name;\r\n        this.age = age;\r\n    }\r\n    public String talk()\r\n    {\r\n        return \"\u6211\u662f\uff1a\"+this.name+\"\u4eca\u5e74\"+this.age+\"\u5c81\uff0c\u6765\u81ea\uff1a\"+city;\r\n    }\r\n    public static void setcity(String c)\r\n    {\r\n        city = c;\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\/17.\r\n *\/\r\npublic class test_static\r\n{\r\n    public static void main(String args[])\r\n    {\r\n        java_static t1 = new java_static(\"\u5f20\u4e09\",34);\r\n        java_static t2 = new java_static(\"\u674e\u56db\",25);\r\n        java_static t3 = new java_static(\"\u738b\u4e94\",18);\r\n        System.out.println(\"\u4fee\u6539\u4e4b\u524d\u7684\u4fe1\u606f\uff1a\"+ t1.talk());\r\n        System.out.println(\"\u4fee\u6539\u4e4b\u524d\u7684\u4fe1\u606f\uff1a\"+ t2.talk());\r\n        System.out.println(\"\u4fee\u6539\u4e4b\u524d\u7684\u4fe1\u606f\uff1a\"+ t3.talk());\r\n        java_static.setcity(\"\u7f8e\u56fd\");\r\n        System.out.println(\"\u4fee\u6539\u4e4b\u540e\u7684\u4fe1\u606f\uff1a\"+ t1.talk());\r\n        System.out.println(\"\u4fee\u6539\u4e4b\u540e\u7684\u4fe1\u606f\uff1a\"+ t2.talk());\r\n        System.out.println(\"\u4fee\u6539\u4e4b\u540e\u7684\u4fe1\u606f\uff1a\"+ t3.talk());\r\n    }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\u4fee\u6539\u4e4b\u524d\u7684\u4fe1\u606f\uff1a\u6211\u662f\uff1a\u5f20\u4e09\u4eca\u5e7434\u5c81\uff0c\u6765\u81ea\uff1a\u4e2d\u56fd\r\n\u4fee\u6539\u4e4b\u524d\u7684\u4fe1\u606f\uff1a\u6211\u662f\uff1a\u674e\u56db\u4eca\u5e7425\u5c81\uff0c\u6765\u81ea\uff1a\u4e2d\u56fd\r\n\u4fee\u6539\u4e4b\u524d\u7684\u4fe1\u606f\uff1a\u6211\u662f\uff1a\u738b\u4e94\u4eca\u5e7418\u5c81\uff0c\u6765\u81ea\uff1a\u4e2d\u56fd\r\n\u4fee\u6539\u4e4b\u540e\u7684\u4fe1\u606f\uff1a\u6211\u662f\uff1a\u5f20\u4e09\u4eca\u5e7434\u5c81\uff0c\u6765\u81ea\uff1a\u7f8e\u56fd\r\n\u4fee\u6539\u4e4b\u540e\u7684\u4fe1\u606f\uff1a\u6211\u662f\uff1a\u674e\u56db\u4eca\u5e7425\u5c81\uff0c\u6765\u81ea\uff1a\u7f8e\u56fd\r\n\u4fee\u6539\u4e4b\u540e\u7684\u4fe1\u606f\uff1a\u6211\u662f\uff1a\u738b\u4e94\u4eca\u5e7418\u5c81\uff0c\u6765\u81ea\uff1a\u7f8e\u56fd<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/17. *\/ class java_stat [&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-600","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\/600","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=600"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/600\/revisions"}],"predecessor-version":[{"id":601,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/600\/revisions\/601"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=600"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=600"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}