{"id":485,"date":"2019-02-15T21:56:36","date_gmt":"2019-02-15T13:56:36","guid":{"rendered":"http:\/\/www.eait.co\/?p=485"},"modified":"2019-04-05T12:32:24","modified_gmt":"2019-04-05T04:32:24","slug":"java-%e7%b1%bb%e7%9a%84%e5%b0%81%e8%a3%85%e8%8c%83%e4%be%8b1","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=485","title":{"rendered":"java \u7c7b\u7684\u5c01\u88c5\u8303\u4f8b1"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/15.\r\n *\/\r\npublic class Person\r\n{\r\n    String name;\r\n    int age;\r\n    void talk()\r\n    {\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<\/pre>\n<pre>\/**\r\n * Created by xabcd on 2019\/2\/15.\r\n *\/\r\npublic class testPersonDemo2\r\n{\r\n    public static void main(String args[]) {\r\n        \/\/\u58f0\u660e\u5e76\u5b9e\u4f8b\u5316\u4e00\u4e2a\u5bf9\u8c61\r\n        Person p = new Person();\r\n        \/\/\u7ed9p\u4e2d\u7684\u5c5e\u6027\u8d4b\u503c\r\n        p.name = \"\u5f20\u4e09\";\r\n        p.age = -25;\r\n        \/\/\u8c03\u7528Person\u7c7b\u4e2d\u7684talk\uff08\uff09\u65b9\u6cd5\r\n        p.talk();\r\n    }\r\n\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\uff1a-25\u5c81<\/pre>\n<pre>\r\n\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/15. *\/ public class Pe [&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-485","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\/485","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=485"}],"version-history":[{"count":2,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/485\/revisions"}],"predecessor-version":[{"id":487,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/485\/revisions\/487"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=485"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=485"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=485"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}