{"id":430,"date":"2019-02-14T20:59:46","date_gmt":"2019-02-14T12:59:46","guid":{"rendered":"http:\/\/www.eait.co\/?p=430"},"modified":"2019-04-05T12:32:52","modified_gmt":"2019-04-05T04:32:52","slug":"java-%e6%b5%8b%e8%af%95-%e7%b1%bb","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=430","title":{"rendered":"java \u6d4b\u8bd5\u2014\u2014\u7c7b"},"content":{"rendered":"<p>\u7b2c\u4e00\u4e2a\u6587\u4ef6\uff1a<\/p>\n<pre>\/**\r\n * Created by xabcd on 2019\/2\/14.\r\n *\/\r\npublic class class_Person\r\n{\r\n    String name;\r\n    int age ;\r\n    void talk()\r\n    {System.out.println(\"\u6211\u662f\uff1a\"+name+\",\u4eca\u5e74\uff1a\"+age+\"\u5c81\");}\r\n\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\u7b2c\u4e8c\u4e2a\u6587\u4ef6\uff1a<\/pre>\n<pre>\/**\r\n * Created by xabcd on 2019\/2\/14.\r\n *\/\r\npublic class java_testclass\r\n{\r\n    public static void main(String args[]) {\r\n        class_Person p = new class_Person();\r\n        p.name = \"\u5f20\u4e09\";\r\n        p.age = 25;\r\n        p.talk();\r\n    }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a\r\n\u6211\u662f\uff1a\u5f20\u4e09,\u4eca\u5e74\uff1a25\u5c81<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u7b2c\u4e00\u4e2a\u6587\u4ef6\uff1a \/** * Created by xabcd on 2019\/2\/14. *\/ public c [&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-430","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\/430","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=430"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/430\/revisions"}],"predecessor-version":[{"id":431,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/430\/revisions\/431"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=430"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=430"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=430"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}