{"id":1123,"date":"2022-10-24T00:02:22","date_gmt":"2022-10-23T16:02:22","guid":{"rendered":"https:\/\/www.lcettsg.cn\/code\/?p=1123"},"modified":"2022-10-24T00:02:23","modified_gmt":"2022-10-23T16:02:23","slug":"c%e8%af%ad%e8%a8%80for%e8%af%ad%e8%a8%80%e6%89%a7%e8%a1%8c%e9%a1%ba%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/www.lcettsg.cn\/code\/?p=1123","title":{"rendered":"c\u8bed\u8a00for\u8bed\u8a00\u6267\u884c\u987a\u5e8f"},"content":{"rendered":"\n<p>for(expr1; expr2; expr3)<br>{<br>    statement;<br>}<br>next statement;<\/p>\n\n\n\n<p>\u7b49\u540c\u4e8e\uff1a<\/p>\n\n\n\n<p>expr1;<br>while(expr2)<br>{<br>    statement<br>    expr3;<br>}<br>next statement;<\/p>\n\n\n\n<p>\u4f8b\u5982\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background\"><code>#include &lt;stdio.h>\n#include &lt;string.h>\n\nint main()\n{\n    unsigned long hval=0;\n    char *key=\"alpha\";\n    char c;\n    int i;\n\n    for(i=1;(c=*key++)!=0;i++)\n    {\n        printf(\"c is %d\\n\",c);\n        hval+=c*i;\n        printf(\"hval is %ld\\n\",hval);\n    }\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>for(expr1; expr2; expr3){ statement;}next statement; \u7b49\u540c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-1123","post","type-post","status-publish","format-standard","hentry","category-c"],"_links":{"self":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts\/1123"}],"collection":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1123"}],"version-history":[{"count":1,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts\/1123\/revisions"}],"predecessor-version":[{"id":1124,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts\/1123\/revisions\/1124"}],"wp:attachment":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}