{"id":449,"date":"2022-09-24T13:01:57","date_gmt":"2022-09-24T05:01:57","guid":{"rendered":"https:\/\/qaqaq.top\/?p=449"},"modified":"2022-11-27T12:40:00","modified_gmt":"2022-11-27T04:40:00","slug":"p163-%e6%95%b0%e7%bb%84-%e7%ae%97%e6%b3%95%ef%bc%9a%e6%95%b0%e7%bb%84%e7%9a%84%e5%a4%8d%e5%88%b6","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=449","title":{"rendered":"\u6570\u7ec4-\u7b97\u6cd5\uff1a\u6570\u7ec4\u7684\u590d\u5236"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P162;\n\/*\n * \u4f7f\u7528\u7b80\u5355\u6570\u7ec4\n\t(1)\u521b\u5efa\u4e00\u4e2a\u540d\u4e3aArrayExer2\u7684\u7c7b\uff0c\u5728main()\u65b9\u6cd5\u4e2d\u58f0\u660earray1\u548carray2\u4e24\u4e2a\u53d8\u91cf\uff0c\u4ed6\u4eec\u662fint&#91;]\u7c7b\u578b\u7684\u6570\u7ec4\u3002\n\t(2)\u4f7f\u7528\u5927\u62ec\u53f7{}\uff0c\u628aarray1\u521d\u59cb\u5316\u4e3a8\u4e2a\u7d20\u6570\uff1a2,3,5,7,11,13,17,19\u3002\n\t(3)\u663e\u793aarray1\u7684\u5185\u5bb9\n\t(4)\u8d4b\u503carray2\u53d8\u91cf\u7b49\u4e8earray1\uff0c\u4fee\u6539array2\u4e2d\u7684\u5076\u7d22\u5f15\u5143\u7d20\uff0c\u4f7f\u5176\u7b49\u4e8e\u7d22\u5f15\u503c(\u5982array&#91;0]=0,array&#91;2]=2)\u3002\u6253\u5370\u51faarray1\u3002\n * \n * \u601d\u8003\uff1aarray1\u548carray2\u662f\u4ec0\u4e48\u5173\u7cfb\uff1f array1\u548carray2\u5730\u5740\u503c\u76f8\u540c\uff0c\u90fd\u6307\u5411\u4e86\u5806\u7a7a\u95f4\u7684\u552f\u4e00\u7684\u4e00\u4e2a\u6570\u7ec4\u5b9e\u4f53\u3002\n\t\u62d3\u5c55\uff1a\u4fee\u6539\u9898\u76ee\uff0c\u5b9e\u73b0array2\u5bf9array1\u6570\u7ec4\u7684\u590d\u5236\n *\/\npublic class ArrayExer3 {\n\tpublic static void main(String&#91;] args) {\n\t\tint&#91;] array1,array2;\n\t\t\n\t\tarray1 = new int&#91;] {2,3,5,7,11,13,17,19};\n\t\t\n\t\t\/\/\u663e\u793aarray1\u7684\u5185\u5bb9\n\t\tfor(int i = 0; i &lt; array1.length; i++) {\n\t\t\tSystem.out.print(array1&#91;i] + \"\\t\");\n\t\t}\n\t\t\n\t\t\/\/\u6570\u7ec4\u7684\u590d\u5236\uff1a\n\t\tarray2 = new int&#91;array1.length];\n\t\tfor(int i = 0; i &lt; array2.length; i++) {\n\t\t\tarray2&#91;i] = array1&#91;i];\n\t\t}\n\t\t\n\t\t\/\/\u4fee\u6539array2\u4e2d\u7684\u5076\u7d22\u5f15\u5143\u7d20\uff0c\u4f7f\u5176\u7b49\u4e8e\u7d22\u5f15\u503c(\u5982array&#91;0]=0,array&#91;2]=2)\n\t\tfor(int i = 0; i &lt; array2.length; i++) {\n\t\t\tif(i % 2 ==0) {\n\t\t\t\tarray2&#91;i] = i;\n\t\t\t}\n\t\t}\n\t\tSystem.out.println();\n\t\t\n\t\t\/\/\u6253\u5370\u51faarray1\n\t\tfor(int i = 0; i &lt; array1.length; i++) {\n\t\t\tSystem.out.print(array1&#91;i] + \"\\t\");\n\t\t}\n\t\t\n\t}\n\n}\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-449","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\/449"}],"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=449"}],"version-history":[{"count":2,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/449\/revisions"}],"predecessor-version":[{"id":492,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/449\/revisions\/492"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=449"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=449"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=449"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}