{"id":409,"date":"2019-02-12T23:00:19","date_gmt":"2019-02-12T15:00:19","guid":{"rendered":"http:\/\/www.eait.co\/?p=409"},"modified":"2019-04-05T12:33:25","modified_gmt":"2019-04-05T04:33:25","slug":"java-continue%e8%af%ad%e5%8f%a5%e7%94%a8%e6%b3%95","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=409","title":{"rendered":"java continue\u8bed\u53e5\u7528\u6cd5"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/12.\r\n *\/\r\npublic class TestJava_break\r\n{public static void main(String args[])\r\n{\r\n    int i;\r\n    for (i=1;i&lt;=10;i++)\r\n    {if(i%3==0)\r\n            continue;\/\/\u8df3\u51fa\u6574\u4e2a\u5faa\u73af\u4f53\r\n        System.out.println(\"i=\"+i);}\r\n    System.out.println(\"\u5faa\u73af\u4e2d\u65ad:i=\"+i);\r\n\r\n\r\n}\r\n}\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a<\/pre>\n<p>i=1<br \/>\ni=2<br \/>\ni=4<br \/>\ni=5<br \/>\ni=7<br \/>\ni=8<br \/>\ni=10<br \/>\n\u5faa\u73af\u4e2d\u65ad:i=11<\/p>\n<p>Process finished with exit code 0<\/p>\n<pre>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\/*\r\n\u5728 while \u548c do\u2026 while \u8bed\u53e5 \u7684 \u5faa\u73af \u4f53\u4e2d\uff0c \u6267\u884c continue \u8bed\u53e5 \u5c06 \u7ed3\u675f \u672c\u6b21 \u5faa\u73af \u800c\u7acb \u5373 \u6d4b\u8bd5 \u5faa\u73af \u7684 \u6761\u4ef6\uff0c \u4ee5 \u51b3\u5b9a \u662f\u5426 \u8fdb\u884c \u4e0b\u4e00 \u6b21 \u5faa\u73af\u3002 \u4f8b\u5982 \u4e0b\u9762 \u7684 for \u5faa\u73af\uff0c \u5728 \u5faa\u73af \u4e3b\u4f53 \u4e2d\u6709 continue \u8bed\u53e5\uff0c \u5f53 \u7a0b\u5e8f \u6267\u884c \u5230 continue\uff0c \u5373 \u4f1a \u56de\u5230 \u5faa\u73af \u7684 \u8d77\u70b9\uff0c \u7ee7\u7eed \u6267\u884c \u5faa\u73af \u4e3b\u4f53 \u7684 \u90e8\u5206 \u8bed\u53e5\u3002\r\n\r\n *\/<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/12. *\/ public class Te [&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-409","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\/409","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=409"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/409\/revisions"}],"predecessor-version":[{"id":410,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/409\/revisions\/410"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=409"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=409"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=409"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}