{"id":434,"date":"2019-02-14T21:13:44","date_gmt":"2019-02-14T13:13:44","guid":{"rendered":"http:\/\/www.eait.co\/?p=434"},"modified":"2019-04-05T12:32:52","modified_gmt":"2019-04-05T04:32:52","slug":"java-%e6%af%94%e8%be%83%e8%bf%90%e7%ae%97%e7%ac%a6-equals","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=434","title":{"rendered":"java \u6bd4\u8f83\u8fd0\u7b97\u7b26 equals"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/14.\r\n *\/\r\npublic class java_testequals1\r\n{\r\n    public static void main(String[] args)\r\n    {\r\n        String str1 = new String(\"Java\");\r\n        String str2 = new String(\"Java\");\r\n        String str3 = str2;\r\n        if (str1.equals(str2))\r\n        {System.out.println(\"str1 equals str2\");}\r\n        else{System.out.println(\"str1 not equals str2\");}\r\n        if(str2.equals(str3))\r\n        {System.out.println(\"Str2 equals str3\");}\r\n        else{System.out.println(\"str2 not equals str3\");}\r\n    }\r\n}\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a\r\nstr1 equals str2\r\nStr2 equals str3\r\n\r\n\r\n\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/14. *\/ public class ja [&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-434","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\/434","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=434"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/434\/revisions"}],"predecessor-version":[{"id":435,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/434\/revisions\/435"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=434"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=434"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}