{"id":588,"date":"2022-09-29T22:07:54","date_gmt":"2022-09-29T14:07:54","guid":{"rendered":"https:\/\/qaqaq.top\/?p=588"},"modified":"2022-11-27T12:39:59","modified_gmt":"2022-11-27T04:39:59","slug":"%e9%9d%a2%e5%90%91%e5%af%b9%e8%b1%a1%e4%b8%8a-%e7%90%86%e8%a7%a3%e5%8f%98%e9%87%8f%e7%9a%84%e8%b5%8b%e5%80%bc","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=588","title":{"rendered":"\u9762\u5411\u5bf9\u8c61(\u4e0a)-\u7406\u89e3\u53d8\u91cf\u7684\u8d4b\u503c"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P210;\r\n\/*\r\n * \u5173\u4e8e\u53d8\u91cf\u7684\u8d4b\u503c\r\n * \r\n * \t\u5982\u679c\u53d8\u91cf\u662f\u57fa\u672c\u6570\u636e\u7c7b\u578b\uff0c\u6b64\u65f6\u8d4b\u503c\u7684\u662f\u53d8\u91cf\u6240\u4fdd\u5b58\u7684\u6570\u636e\u503c\u3002\r\n * \t\u5982\u679c\u53d8\u91cf\u662f\u5f15\u7528\u6570\u636e\u7c7b\u578b\uff0c\u6b64\u65f6\u8d4b\u503c\u7684\u662f\u53d8\u91cf\u6240\u4fdd\u5b58\u7684\u6570\u636e\u7684\u5730\u5740\u503c\u3002\r\n * \r\n * \r\n * \r\n * \r\n * \r\n *\/\r\npublic class ValueTransferTest {\r\n\t\r\n\tpublic static void main(String&#91;] args) {\r\n\t\t\r\n\t\tSystem.out.println(\"***********\u57fa\u672c\u6570\u636e\u7c7b\u578b\uff1a**************\");\r\n\t\tint m = 10;\r\n\t\tint n = m;\r\n\t\t\r\n\t\tSystem.out.println(\"m = \" + m + \", n = \" + n);\r\n\t\t\r\n\t\tn = 20;\r\n\t\t\r\n\t\tSystem.out.println(\"m = \" + m + \", n = \" + n);\r\n\t\t\r\n\t\tSystem.out.println(\"***********\u5f15\u7528\u6570\u636e\u7c7b\u578b\uff1a**************\");\r\n\t\t\r\n\t\tOrder o1 = new Order();\r\n\t\to1.orderId = 1001;\r\n\t\t\r\n\t\tOrder o2 = o1;\/\/\u8d4b\u503c\u4ee5\u540e\uff0co1\u548co2\u7684\u5730\u5740\u503c\u76f8\u540c\uff0c\u90fd\u6307\u5411\u4e86\u5806\u7a7a\u95f4\u4e2d\u540c\u4e00\u4e2a\u5bf9\u8c61\u5b9e\u4f53\u3002\r\n\t\t\r\n\t\tSystem.out.println(\"o1.orderId = \" + o1.orderId + \",o2.orderId = \" + o2.orderId);\r\n\t\t\r\n\t\to2.orderId = 1002;\r\n\t\t\r\n\t\tSystem.out.println(\"o1.orderId = \" + o1.orderId + \",o2.orderId = \" + o2.orderId);\r\n\t}\r\n\r\n}\r\n\r\nclass Order{\r\n\t\r\n\tint orderId;\r\n}\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[46],"class_list":["post-588","post","type-post","status-publish","format-standard","hentry","category-java-code","tag-java"],"_links":{"self":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/588"}],"collection":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=588"}],"version-history":[{"count":1,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/588\/revisions"}],"predecessor-version":[{"id":589,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/588\/revisions\/589"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=588"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=588"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=588"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}