{"id":3410,"date":"2025-04-01T23:27:10","date_gmt":"2025-04-01T15:27:10","guid":{"rendered":"https:\/\/www.laixuexila.com\/?p=3410"},"modified":"2025-04-01T23:27:10","modified_gmt":"2025-04-01T15:27:10","slug":"c-%e8%af%ad%e8%a8%80-%e5%ad%97%e7%ac%a6%e4%b8%b2","status":"publish","type":"post","link":"https:\/\/www.laixuexila.com\/index.php\/2025\/04\/01\/c-%e8%af%ad%e8%a8%80-%e5%ad%97%e7%ac%a6%e4%b8%b2\/","title":{"rendered":"C \u8bed\u8a00 \u5b57\u7b26\u4e32"},"content":{"rendered":"\n<p>\u5728 C \u8bed\u8a00\u4e2d\uff0c<strong>\u5b57\u7b26\u4e32<\/strong> \u662f\u7531\u4e00\u7cfb\u5217\u5b57\u7b26\u7ec4\u6210\u7684\u6570\u7ec4\u3002C \u8bed\u8a00\u6ca1\u6709\u5185\u5efa\u7684\u5b57\u7b26\u4e32\u7c7b\u578b\uff0c\u800c\u662f\u901a\u8fc7\u5b57\u7b26\u6570\u7ec4\u6765\u5b9e\u73b0\u5b57\u7b26\u4e32\u3002\u56e0\u6b64\uff0c\u7406\u89e3 C \u4e2d\u7684\u5b57\u7b26\u4e32\u5305\u62ec\u5b57\u7b26\u6570\u7ec4\u7684\u64cd\u4f5c\u3001\u5e38\u89c1\u51fd\u6570\u4ee5\u53ca\u76f8\u5173\u7684\u5185\u5b58\u7ba1\u7406\u975e\u5e38\u91cd\u8981\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>1. C \u5b57\u7b26\u4e32\u7684\u57fa\u672c\u5b9a\u4e49<\/strong><\/h2>\n\n\n\n<p>\u5728 C \u4e2d\uff0c\u5b57\u7b26\u4e32\u662f\u7531\u5b57\u7b26\u6570\u7ec4\u8868\u793a\u7684\uff0c\u5e76\u4e14\u4ee5 <strong>\u7a7a\u5b57\u7b26 <code>\\0<\/code><\/strong> \u7ed3\u675f\u3002<code>'\\0'<\/code> \u662f\u4e00\u4e2a\u6807\u5fd7\uff0c\u7528\u6765\u6807\u8bc6\u5b57\u7b26\u4e32\u7684\u7ed3\u675f\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1.1 \u5b57\u7b26\u4e32\u58f0\u660e\u4e0e\u521d\u59cb\u5316<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>char str1&#91;] = \"Hello, World!\";  \/\/ \u81ea\u52a8\u5206\u914d\u5927\u5c0f\u5e76\u5305\u542b '\\0'\nchar str2&#91;20] = \"Hello\";         \/\/ \u624b\u52a8\u5206\u914d\u5927\u5c0f\nchar str3&#91;] = {'H', 'e', 'l', 'l', 'o', '\\0'}; \/\/ \u624b\u52a8\u5b9a\u4e49\u5b57\u7b26\u4e32<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>str1<\/code>\uff1a\u8fd9\u4e2a\u5b57\u7b26\u4e32\u4f1a\u9690\u5f0f\u5305\u542b\u4e00\u4e2a <code>\\0<\/code> \u5b57\u7b26\uff0c\u56e0\u6b64\u5176\u5927\u5c0f\u4e3a <code>14<\/code> \u5b57\u8282\uff0813 \u4e2a\u5b57\u7b26 + 1 \u4e2a <code>\\0<\/code>\uff09\u3002<\/li>\n\n\n\n<li><code>str2<\/code>\uff1a\u8fd9\u91cc\u6211\u4eec\u6307\u5b9a\u4e86 <code>20<\/code> \u5b57\u8282\uff0c\u4f46\u53ea\u521d\u59cb\u5316\u4e86\u524d 6 \u4e2a\u5b57\u7b26\uff0c\u5176\u4f59\u5b57\u7b26\u4f1a\u88ab\u81ea\u52a8\u586b\u5145\u4e3a <code>\\0<\/code>\u3002<\/li>\n\n\n\n<li><code>str3<\/code>\uff1a\u8fd9\u662f\u4e00\u4e2a\u624b\u52a8\u521b\u5efa\u5b57\u7b26\u4e32\u7684\u65b9\u5f0f\uff0c\u663e\u5f0f\u6307\u5b9a\u4e86\u7ed3\u5c3e\u7684 <code>\\0<\/code>\u3002<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>2. C \u5b57\u7b26\u4e32\u7684\u64cd\u4f5c<\/strong><\/h2>\n\n\n\n<p>C \u8bed\u8a00\u6ca1\u6709\u50cf\u5176\u4ed6\u9ad8\u7ea7\u8bed\u8a00\u90a3\u6837\u7684\u5b57\u7b26\u4e32\u7c7b\u6216\u5bf9\u8c61\u3002\u6240\u6709\u7684\u5b57\u7b26\u4e32\u64cd\u4f5c\u90fd\u57fa\u4e8e\u5b57\u7b26\u6570\u7ec4\u53ca\u76f8\u5173\u51fd\u6570\u3002\u4e0b\u9762\u662f\u4e00\u4e9b\u5e38\u89c1\u7684\u5b57\u7b26\u4e32\u64cd\u4f5c\u51fd\u6570\u548c\u6280\u5de7\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2.1 \u5b57\u7b26\u4e32\u8f93\u5165\u4e0e\u8f93\u51fa<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;stdio.h&gt;\n\nint main() {\n    char str&#91;50];\n\n    \/\/ \u8f93\u5165\u5b57\u7b26\u4e32\n    printf(\"Enter a string: \");\n    fgets(str, sizeof(str), stdin);  \/\/ \u5b89\u5168\u7684\u5b57\u7b26\u4e32\u8f93\u5165\u65b9\u5f0f\n\n    \/\/ \u8f93\u51fa\u5b57\u7b26\u4e32\n    printf(\"You entered: %s\", str);\n\n    return 0;\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>fgets<\/code>\uff1a\u6bd4 <code>scanf<\/code> \u66f4\u5b89\u5168\uff0c\u80fd\u591f\u9632\u6b62\u7f13\u51b2\u533a\u6ea2\u51fa\u3002<\/li>\n\n\n\n<li><code>printf<\/code>\uff1a\u4f7f\u7528 <code>%s<\/code> \u6765\u6253\u5370\u5b57\u7b26\u4e32\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2.2 \u5b57\u7b26\u4e32\u957f\u5ea6<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;stdio.h&gt;\n#include &lt;string.h&gt;\n\nint main() {\n    char str&#91;] = \"Hello, World!\";\n    int length = strlen(str);  \/\/ \u8ba1\u7b97\u5b57\u7b26\u4e32\u957f\u5ea6\uff08\u4e0d\u5305\u62ec '\\0'\uff09\n    printf(\"Length of string: %d\\n\", length);\n\n    return 0;\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>strlen<\/code>\uff1a\u8fd4\u56de\u5b57\u7b26\u4e32\u7684\u957f\u5ea6\uff0c\u4e0d\u5305\u62ec\u7a7a\u5b57\u7b26 <code>\\0<\/code>\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2.3 \u5b57\u7b26\u4e32\u8fde\u63a5<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;stdio.h&gt;\n#include &lt;string.h&gt;\n\nint main() {\n    char str1&#91;50] = \"Hello, \";\n    char str2&#91;] = \"World!\";\n\n    strcat(str1, str2);  \/\/ \u8fde\u63a5 str2 \u5230 str1\n    printf(\"Concatenated string: %s\\n\", str1);\n\n    return 0;\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>strcat<\/code>\uff1a\u5c06\u4e00\u4e2a\u5b57\u7b26\u4e32\u8fde\u63a5\u5230\u53e6\u4e00\u4e2a\u5b57\u7b26\u4e32\u7684\u672b\u5c3e\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2.4 \u5b57\u7b26\u4e32\u590d\u5236<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;stdio.h&gt;\n#include &lt;string.h&gt;\n\nint main() {\n    char str1&#91;50];\n    char str2&#91;] = \"Hello, World!\";\n\n    strcpy(str1, str2);  \/\/ \u5c06 str2 \u590d\u5236\u5230 str1\n    printf(\"Copied string: %s\\n\", str1);\n\n    return 0;\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>strcpy<\/code>\uff1a\u5c06\u4e00\u4e2a\u5b57\u7b26\u4e32\u590d\u5236\u5230\u53e6\u4e00\u4e2a\u5b57\u7b26\u4e32\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2.5 \u5b57\u7b26\u4e32\u6bd4\u8f83<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;stdio.h&gt;\n#include &lt;string.h&gt;\n\nint main() {\n    char str1&#91;] = \"Hello\";\n    char str2&#91;] = \"World\";\n\n    int result = strcmp(str1, str2);  \/\/ \u6bd4\u8f83\u4e24\u4e2a\u5b57\u7b26\u4e32\n    if (result == 0) {\n        printf(\"Strings are equal.\\n\");\n    } else if (result &lt; 0) {\n        printf(\"str1 is less than str2.\\n\");\n    } else {\n        printf(\"str1 is greater than str2.\\n\");\n    }\n\n    return 0;\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>strcmp<\/code>\uff1a\u6bd4\u8f83\u4e24\u4e2a\u5b57\u7b26\u4e32\uff0c\u8fd4\u56de\u503c\uff1a<\/li>\n\n\n\n<li>0 \u8868\u793a\u76f8\u7b49<\/li>\n\n\n\n<li>\u5c0f\u4e8e 0 \u8868\u793a\u7b2c\u4e00\u4e2a\u5b57\u7b26\u4e32\u5c0f\u4e8e\u7b2c\u4e8c\u4e2a<\/li>\n\n\n\n<li>\u5927\u4e8e 0 \u8868\u793a\u7b2c\u4e00\u4e2a\u5b57\u7b26\u4e32\u5927\u4e8e\u7b2c\u4e8c\u4e2a<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2.6 \u5b57\u7b26\u4e32\u67e5\u627e<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;stdio.h&gt;\n#include &lt;string.h&gt;\n\nint main() {\n    char str&#91;] = \"Hello, World!\";\n\n    char *ptr = strchr(str, 'o');  \/\/ \u67e5\u627e\u5b57\u7b26 'o' \u7b2c\u4e00\u6b21\u51fa\u73b0\u7684\u4f4d\u7f6e\n    if (ptr != NULL) {\n        printf(\"Found 'o' at: %s\\n\", ptr);\n    } else {\n        printf(\"'o' not found.\\n\");\n    }\n\n    return 0;\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>strchr<\/code>\uff1a\u8fd4\u56de\u6307\u5411\u5b57\u7b26\u4e32\u4e2d\u7b2c\u4e00\u6b21\u51fa\u73b0\u6307\u5b9a\u5b57\u7b26\u7684\u6307\u9488\u3002<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3. C \u5b57\u7b26\u4e32\u7684\u5185\u5b58\u7ba1\u7406<\/strong><\/h2>\n\n\n\n<p>\u7531\u4e8e C \u5b57\u7b26\u4e32\u662f\u57fa\u4e8e\u5b57\u7b26\u6570\u7ec4\u5b9e\u73b0\u7684\uff0c\u6d89\u53ca\u5230\u5185\u5b58\u7ba1\u7406\u65f6\u9700\u8981\u5c0f\u5fc3\u907f\u514d\u8d8a\u754c\u548c\u5185\u5b58\u6cc4\u6f0f\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3.1 \u5b57\u7b26\u6570\u7ec4\u4e0e\u6307\u9488<\/strong><\/h3>\n\n\n\n<p>\u5b57\u7b26\u4e32\u53ef\u4ee5\u5b58\u50a8\u5728\u5b57\u7b26\u6570\u7ec4\u6216\u5b57\u7b26\u6307\u9488\u4e2d\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>char str1&#91;] = \"Hello, World!\";  \/\/ \u5b57\u7b26\u6570\u7ec4\nchar *str2 = \"Hello, World!\";   \/\/ \u5b57\u7b26\u6307\u9488<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>str1<\/code> \u662f\u4e00\u4e2a\u5b57\u7b26\u6570\u7ec4\uff0c\u5305\u542b\u5b57\u7b26\u548c\u7ed3\u5c3e\u7684 <code>\\0<\/code>\u3002<\/li>\n\n\n\n<li><code>str2<\/code> \u662f\u4e00\u4e2a\u6307\u5411\u5b57\u7b26\u4e32\u5e38\u91cf\u7684\u6307\u9488\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3.2 \u52a8\u6001\u5185\u5b58\u5206\u914d<\/strong><\/h3>\n\n\n\n<p>\u901a\u8fc7 <code>malloc<\/code> \u6216 <code>calloc<\/code> \u52a8\u6001\u5206\u914d\u5b57\u7b26\u4e32\u7684\u5185\u5b58\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;stdio.h&gt;\n#include &lt;stdlib.h&gt;\n\nint main() {\n    char *str = (char *)malloc(50 * sizeof(char));  \/\/ \u52a8\u6001\u5206\u914d\u5185\u5b58\n    if (str != NULL) {\n        strcpy(str, \"Dynamic String\");\n        printf(\"Allocated String: %s\\n\", str);\n        free(str);  \/\/ \u91ca\u653e\u5185\u5b58\n    }\n\n    return 0;\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>malloc<\/code>\uff1a\u52a8\u6001\u5206\u914d\u5185\u5b58\uff0c\u4f46\u4e0d\u4f1a\u521d\u59cb\u5316\u3002<\/li>\n\n\n\n<li><code>calloc<\/code>\uff1a\u52a8\u6001\u5206\u914d\u5185\u5b58\uff0c\u5e76\u521d\u59cb\u5316\u4e3a 0\u3002<\/li>\n\n\n\n<li><code>free<\/code>\uff1a\u91ca\u653e\u52a8\u6001\u5206\u914d\u7684\u5185\u5b58\u3002<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>4. \u5b57\u7b26\u4e32\u4e0e\u5176\u4ed6\u7c7b\u578b\u7684\u8f6c\u6362<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4.1 \u5b57\u7b26\u4e32\u8f6c\u6574\u6570<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;stdio.h&gt;\n#include &lt;stdlib.h&gt;\n\nint main() {\n    char str&#91;] = \"12345\";\n    int num = atoi(str);  \/\/ \u5c06\u5b57\u7b26\u4e32\u8f6c\u6362\u4e3a\u6574\u6570\n    printf(\"Converted number: %d\\n\", num);\n\n    return 0;\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>atoi<\/code>\uff1a\u5c06\u5b57\u7b26\u4e32\u8f6c\u6362\u4e3a\u6574\u6570\uff08\u5982\u679c\u5b57\u7b26\u4e32\u65e0\u6cd5\u8f6c\u6362\u4e3a\u6570\u5b57\uff0c\u8fd4\u56de 0\uff09\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4.2 \u6574\u6570\u8f6c\u5b57\u7b26\u4e32<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;stdio.h&gt;\n#include &lt;stdlib.h&gt;\n\nint main() {\n    int num = 12345;\n    char str&#91;50];\n\n    sprintf(str, \"%d\", num);  \/\/ \u5c06\u6574\u6570\u8f6c\u6362\u4e3a\u5b57\u7b26\u4e32\n    printf(\"Converted string: %s\\n\", str);\n\n    return 0;\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>sprintf<\/code>\uff1a\u5c06\u6570\u5b57\u6216\u5176\u4ed6\u6570\u636e\u683c\u5f0f\u5316\u4e3a\u5b57\u7b26\u4e32\u3002<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>5. \u5e38\u89c1\u95ee\u9898\u548c\u6ce8\u610f\u4e8b\u9879<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5.1 \u5b57\u7b26\u4e32\u6ea2\u51fa<\/strong><\/h3>\n\n\n\n<p>C \u5b57\u7b26\u4e32\u4e0d\u81ea\u52a8\u68c0\u67e5\u6570\u7ec4\u8d8a\u754c\uff0c\u56e0\u6b64\u9700\u8981\u7279\u522b\u5c0f\u5fc3\uff0c\u786e\u4fdd\u5b57\u7b26\u4e32\u957f\u5ea6\u4e0d\u8d85\u8fc7\u6570\u7ec4\u7684\u5927\u5c0f\u3002\u4f8b\u5982\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>char str&#91;5];\nstrcpy(str, \"Hello\");  \/\/ \u9519\u8bef\uff0c\u5b57\u7b26\u4e32\u957f\u5ea6\u8d85\u8fc7\u6570\u7ec4\u5927\u5c0f<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5.2 \u5b57\u7b26\u4e32\u6bd4\u8f83\u65f6\u7684\u5927\u5c0f\u5199<\/strong><\/h3>\n\n\n\n<p>C \u4e2d\u7684\u5b57\u7b26\u4e32\u6bd4\u8f83\u662f\u533a\u5206\u5927\u5c0f\u5199\u7684\uff0c\u5982\u679c\u8981\u5ffd\u7565\u5927\u5c0f\u5199\uff0c\u53ef\u4ee5\u4f7f\u7528 <code>strcasecmp<\/code>\uff08\u5728\u67d0\u4e9b\u5e73\u53f0\u4e0a\uff09\u6216\u8005\u901a\u8fc7\u624b\u52a8\u8f6c\u6362\u5b57\u7b26\u4e32\u4e3a\u5c0f\u5199\u6216\u5927\u5199\u8fdb\u884c\u6bd4\u8f83\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>6. \u603b\u7ed3<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\u64cd\u4f5c<\/th><th>\u51fd\u6570\u540d\u79f0<\/th><th>\u63cf\u8ff0<\/th><\/tr><\/thead><tbody><tr><td>\u83b7\u53d6\u5b57\u7b26\u4e32\u957f\u5ea6<\/td><td><code>strlen<\/code><\/td><td>\u83b7\u53d6\u5b57\u7b26\u4e32\u7684\u957f\u5ea6<\/td><\/tr><tr><td>\u5b57\u7b26\u4e32\u8fde\u63a5<\/td><td><code>strcat<\/code><\/td><td>\u8fde\u63a5\u4e24\u4e2a\u5b57\u7b26\u4e32<\/td><\/tr><tr><td>\u5b57\u7b26\u4e32\u590d\u5236<\/td><td><code>strcpy<\/code><\/td><td>\u590d\u5236\u4e00\u4e2a\u5b57\u7b26\u4e32<\/td><\/tr><tr><td>\u5b57\u7b26\u4e32\u6bd4\u8f83<\/td><td><code>strcmp<\/code><\/td><td>\u6bd4\u8f83\u4e24\u4e2a\u5b57\u7b26\u4e32<\/td><\/tr><tr><td>\u5b57\u7b26\u4e32\u67e5\u627e<\/td><td><code>strchr<\/code><\/td><td>\u67e5\u627e\u6307\u5b9a\u5b57\u7b26<\/td><\/tr><tr><td>\u5b57\u7b26\u4e32\u8f6c\u6574\u6570<\/td><td><code>atoi<\/code><\/td><td>\u5c06\u5b57\u7b26\u4e32\u8f6c\u4e3a\u6574\u6570<\/td><\/tr><tr><td>\u6574\u6570\u8f6c\u5b57\u7b26\u4e32<\/td><td><code>sprintf<\/code><\/td><td>\u5c06\u6574\u6570\u8f6c\u4e3a\u5b57\u7b26\u4e32<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>7. \u53c2\u8003\u8d44\u6599<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/en.cppreference.com\/w\/c\/string\/byte\">C Standard Library: String Functions<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.open-std.org\/jtc1\/sc22\/wg14\/www\/docs\/n2310.pdf\">ISO C Standard &#8211; String Handling Functions<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 C \u8bed\u8a00\u4e2d\uff0c\u5b57\u7b26\u4e32 \u662f\u7531\u4e00\u7cfb\u5217\u5b57\u7b26\u7ec4\u6210\u7684\u6570\u7ec4\u3002C \u8bed\u8a00\u6ca1\u6709\u5185\u5efa\u7684\u5b57\u7b26\u4e32\u7c7b\u578b\uff0c\u800c\u662f\u901a\u8fc7\u5b57\u7b26\u6570\u7ec4\u6765\u5b9e\u73b0\u5b57\u7b26\u4e32\u3002 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3411,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[82],"tags":[],"class_list":["post-3410","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-c"],"_links":{"self":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/3410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/comments?post=3410"}],"version-history":[{"count":1,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/3410\/revisions"}],"predecessor-version":[{"id":3412,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/3410\/revisions\/3412"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/media\/3411"}],"wp:attachment":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/media?parent=3410"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/categories?post=3410"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/tags?post=3410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}