{"id":538,"date":"2019-02-16T12:14:19","date_gmt":"2019-02-16T04:14:19","guid":{"rendered":"http:\/\/www.eait.co\/?p=538"},"modified":"2019-04-05T12:31:48","modified_gmt":"2019-04-05T04:31:48","slug":"java-object%e8%a6%86%e5%86%99tostring","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=538","title":{"rendered":"java\u2014\u2014Object\u8986\u5199toString"},"content":{"rendered":"<p>\u8986\u5199\u524d\uff1a<\/p>\n<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\n\r\n    class total_print extends Object{\r\n        String name = \"\u5f20\u4e09:\" ;\r\n        int age = 25;\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_print\r\n{\r\n        public static void main(String args[])\r\n        {\r\n            total_print p = new total_print();\r\n            System.out.println(p);\r\n        }\r\n\r\n}\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a\r\ntotal_print@4554617c\r\n\r\n\r\n\r\n\r\n\u8986\u5199\u540e\uff1a<\/pre>\n<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\n\r\n    class total_print extends Object{\r\n        String name = \"\u5f20\u4e09:\" ;\r\n        int age = 25;\r\n    public String toString()\r\n    {\r\n        return\"\u6211\u662f\uff1a\"+this.name+\",\u4eca\u5e74\uff1a\"+this.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\/16.\r\n *\/\r\npublic class test_print\r\n{\r\n    public static void main(String args[])\r\n    {\r\n        total_print p = new total_print();\r\n<span style=\"color: #ff0000;\">\/\/\u6b64\u65f6\u672c\u884c\u76f8\u5f53\u4e8e  System.out.println(p.toString());<\/span>\r\n        System.out.println(p);\r\n    }\r\n\r\n}<\/pre>\n<pre>\u7ed3\u679c\uff1a \u6211\u662f\uff1a\u5f20\u4e09:,\u4eca\u5e74\uff1a25\u5c81<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u8986\u5199\u524d\uff1a \/** * Created by xabcd on 2019\/2\/16. *\/ class tota [&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-538","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\/538","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=538"}],"version-history":[{"count":2,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/538\/revisions"}],"predecessor-version":[{"id":540,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/538\/revisions\/540"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=538"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=538"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}