{"id":1027865,"date":"2024-12-31T10:54:34","date_gmt":"2024-12-31T02:54:34","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1027865.html"},"modified":"2024-12-31T10:54:36","modified_gmt":"2024-12-31T02:54:36","slug":"python%e5%a6%82%e4%bd%95%e8%be%93%e5%87%ba%e5%88%97%e8%a1%a8%e4%b8%ad%e6%89%80%e6%9c%89%e5%85%83%e7%b4%a0","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1027865.html","title":{"rendered":"python\u5982\u4f55\u8f93\u51fa\u5217\u8868\u4e2d\u6240\u6709\u5143\u7d20"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-docs.pingcode.com\/wp-content\/uploads\/2024\/12\/e6980f11-b684-4073-81af-03cf94c427dc.webp?x-oss-process=image\/auto-orient,1\/format,webp\" alt=\"python\u5982\u4f55\u8f93\u51fa\u5217\u8868\u4e2d\u6240\u6709\u5143\u7d20\" \/><\/p>\n<p><p> <strong>\u4f7f\u7528<code>for<\/code>\u5faa\u73af\u904d\u5386\u3001\u4f7f\u7528<code>join<\/code>\u65b9\u6cd5\u8fde\u63a5\u3001\u4f7f\u7528<code>map<\/code>\u51fd\u6570\u8f6c\u6362<\/strong><\/p>\n<\/p>\n<p><p>\u5728Python\u4e2d\uff0c\u6709\u591a\u79cd\u65b9\u6cd5\u53ef\u4ee5\u8f93\u51fa\u5217\u8868\u4e2d\u7684\u6240\u6709\u5143\u7d20\u3002\u53ef\u4ee5\u4f7f\u7528<code>for<\/code>\u5faa\u73af\u904d\u5386\u5217\u8868\u5e76\u9010\u4e2a\u6253\u5370\u5143\u7d20\uff0c\u4e5f\u53ef\u4ee5\u4f7f\u7528<code>join<\/code>\u65b9\u6cd5\u5c06\u6240\u6709\u5143\u7d20\u8fde\u63a5\u6210\u4e00\u4e2a\u5b57\u7b26\u4e32\u540e\u6253\u5370\uff0c\u6216\u8005\u4f7f\u7528<code>map<\/code>\u51fd\u6570\u5c06\u5217\u8868\u5143\u7d20\u8f6c\u6362\u4e3a\u5b57\u7b26\u4e32\u5e76\u76f4\u63a5\u6253\u5370\u3002\u8fd9\u4e9b\u65b9\u6cd5\u5404\u6709\u4f18\u52bf\uff0c\u5177\u4f53\u9009\u62e9\u54ea\u4e00\u79cd\u65b9\u5f0f\u53d6\u51b3\u4e8e\u4f60\u7684\u5177\u4f53\u9700\u6c42\u3002<\/p>\n<\/p>\n<p><p>\u5176\u4e2d\uff0c\u4f7f\u7528<code>for<\/code>\u5faa\u73af\u904d\u5386\u5217\u8868\u5e76\u9010\u4e2a\u6253\u5370\u5143\u7d20\u662f\u4e00\u79cd\u975e\u5e38\u76f4\u89c2\u4e14\u6613\u4e8e\u7406\u89e3\u7684\u65b9\u6cd5\u3002\u8fd9\u79cd\u65b9\u6cd5\u901a\u8fc7\u8fed\u4ee3\u5217\u8868\u4e2d\u7684\u6bcf\u4e2a\u5143\u7d20\uff0c\u9010\u4e00\u8fdb\u884c\u64cd\u4f5c\u5e76\u8f93\u51fa\uff0c\u4ee3\u7801\u7b80\u5355\u4e14\u6613\u4e8e\u7ef4\u62a4\u3002<\/p>\n<\/p>\n<p><h3>\u4e00\u3001\u4f7f\u7528<code>for<\/code>\u5faa\u73af\u904d\u5386<\/h3>\n<\/p>\n<p><p><code>for<\/code>\u5faa\u73af\u904d\u5386\u662f\u6700\u57fa\u672c\u4e14\u6700\u5e38\u7528\u7684\u65b9\u6cd5\u4e4b\u4e00\u3002\u901a\u8fc7<code>for<\/code>\u5faa\u73af\uff0c\u53ef\u4ee5\u9010\u4e2a\u8bbf\u95ee\u5217\u8868\u4e2d\u7684\u6bcf\u4e00\u4e2a\u5143\u7d20\u5e76\u8fdb\u884c\u8f93\u51fa\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u793a\u4f8b\u4ee3\u7801<\/p>\n<p>example_list = [1, 2, 3, 4, 5]<\/p>\n<p>for element in example_list:<\/p>\n<p>    print(element)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u4e0a\u8ff0\u4ee3\u7801\u4e2d\uff0c<code>for<\/code>\u5faa\u73af\u904d\u5386<code>example_list<\/code>\u4e2d\u7684\u6bcf\u4e00\u4e2a\u5143\u7d20\uff0c\u5e76\u901a\u8fc7<code>print<\/code>\u51fd\u6570\u9010\u4e00\u8f93\u51fa\u3002<\/p>\n<\/p>\n<p><h4>\u4f18\u70b9\uff1a<\/h4>\n<\/p>\n<ul>\n<li><strong>\u7b80\u5355\u76f4\u89c2<\/strong>\uff1a\u901a\u8fc7\u9010\u4e2a\u904d\u5386\u5217\u8868\u5143\u7d20\uff0c\u4ee3\u7801\u6613\u4e8e\u7406\u89e3\u548c\u7ef4\u62a4\u3002<\/li>\n<li><strong>\u7075\u6d3b\u6027\u9ad8<\/strong>\uff1a\u53ef\u4ee5\u5728\u904d\u5386\u8fc7\u7a0b\u4e2d\u5bf9\u6bcf\u4e2a\u5143\u7d20\u8fdb\u884c\u989d\u5916\u7684\u64cd\u4f5c\u6216\u5904\u7406\u3002<\/li>\n<\/ul>\n<p><h4>\u7f3a\u70b9\uff1a<\/h4>\n<\/p>\n<ul>\n<li><strong>\u8f93\u51fa\u683c\u5f0f\u5355\u4e00<\/strong>\uff1a\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u6bcf\u4e2a\u5143\u7d20\u5c06\u5360\u636e\u4e00\u884c\uff0c\u8f93\u51fa\u683c\u5f0f\u8f83\u4e3a\u56fa\u5b9a\u3002<\/li>\n<\/ul>\n<p><h3>\u4e8c\u3001\u4f7f\u7528<code>join<\/code>\u65b9\u6cd5\u8fde\u63a5<\/h3>\n<\/p>\n<p><p>\u5bf9\u4e8e\u5305\u542b\u5b57\u7b26\u4e32\u5143\u7d20\u7684\u5217\u8868\uff0c\u53ef\u4ee5\u4f7f\u7528<code>join<\/code>\u65b9\u6cd5\u5c06\u6240\u6709\u5143\u7d20\u8fde\u63a5\u6210\u4e00\u4e2a\u5b57\u7b26\u4e32\u540e\u8fdb\u884c\u8f93\u51fa\u3002\u8fd9\u79cd\u65b9\u6cd5\u9002\u7528\u4e8e\u9700\u8981\u5c06\u5217\u8868\u5143\u7d20\u6309\u7167\u4e00\u5b9a\u683c\u5f0f\u8fdb\u884c\u8f93\u51fa\u7684\u60c5\u51b5\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u793a\u4f8b\u4ee3\u7801<\/p>\n<p>example_list = [&#39;apple&#39;, &#39;banana&#39;, &#39;cherry&#39;]<\/p>\n<p>output = &#39;, &#39;.join(example_list)<\/p>\n<p>print(output)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u4e0a\u8ff0\u4ee3\u7801\u4e2d\uff0c<code>join<\/code>\u65b9\u6cd5\u5c06<code>example_list<\/code>\u4e2d\u7684\u5143\u7d20\u7528\u9017\u53f7\u52a0\u7a7a\u683c\u8fde\u63a5\u6210\u4e00\u4e2a\u5b57\u7b26\u4e32\uff0c\u5e76\u901a\u8fc7<code>print<\/code>\u51fd\u6570\u8f93\u51fa\u3002<\/p>\n<\/p>\n<p><h4>\u4f18\u70b9\uff1a<\/h4>\n<\/p>\n<ul>\n<li><strong>\u8f93\u51fa\u683c\u5f0f\u7075\u6d3b<\/strong>\uff1a\u53ef\u4ee5\u6839\u636e\u9700\u8981\u81ea\u5b9a\u4e49\u8fde\u63a5\u7b26\uff0c\u4f7f\u8f93\u51fa\u683c\u5f0f\u66f4\u52a0\u7f8e\u89c2\u3002<\/li>\n<li><strong>\u6548\u7387\u8f83\u9ad8<\/strong>\uff1a\u5bf9\u4e8e\u5927\u89c4\u6a21\u6570\u636e\uff0c<code>join<\/code>\u65b9\u6cd5\u6548\u7387\u8f83\u9ad8\u3002<\/li>\n<\/ul>\n<p><h4>\u7f3a\u70b9\uff1a<\/h4>\n<\/p>\n<ul>\n<li><strong>\u4ec5\u9002\u7528\u4e8e\u5b57\u7b26\u4e32<\/strong>\uff1a<code>join<\/code>\u65b9\u6cd5\u4ec5\u9002\u7528\u4e8e\u5b57\u7b26\u4e32\u5143\u7d20\u7684\u5217\u8868\uff0c\u5bf9\u4e8e\u5176\u4ed6\u7c7b\u578b\u5143\u7d20\u9700\u5148\u8fdb\u884c\u7c7b\u578b\u8f6c\u6362\u3002<\/li>\n<\/ul>\n<p><h3>\u4e09\u3001\u4f7f\u7528<code>map<\/code>\u51fd\u6570\u8f6c\u6362<\/h3>\n<\/p>\n<p><p><code>map<\/code>\u51fd\u6570\u53ef\u7528\u4e8e\u5c06\u5217\u8868\u4e2d\u7684\u6bcf\u4e00\u4e2a\u5143\u7d20\u6620\u5c04\u4e3a\u5b57\u7b26\u4e32\uff0c\u7136\u540e\u76f4\u63a5\u8fdb\u884c\u8f93\u51fa\u3002\u8fd9\u79cd\u65b9\u6cd5\u7279\u522b\u9002\u5408\u5305\u542b\u975e\u5b57\u7b26\u4e32\u5143\u7d20\u7684\u5217\u8868\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u793a\u4f8b\u4ee3\u7801<\/p>\n<p>example_list = [1, 2, 3, 4, 5]<\/p>\n<p>output = &#39; &#39;.join(map(str, example_list))<\/p>\n<p>print(output)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u4e0a\u8ff0\u4ee3\u7801\u4e2d\uff0c<code>map<\/code>\u51fd\u6570\u5c06<code>example_list<\/code>\u4e2d\u7684\u6bcf\u4e00\u4e2a\u5143\u7d20\u8f6c\u6362\u4e3a\u5b57\u7b26\u4e32\uff0c\u5e76\u7528\u7a7a\u683c\u8fde\u63a5\u6210\u4e00\u4e2a\u5b57\u7b26\u4e32\uff0c\u6700\u540e\u901a\u8fc7<code>print<\/code>\u51fd\u6570\u8f93\u51fa\u3002<\/p>\n<\/p>\n<p><h4>\u4f18\u70b9\uff1a<\/h4>\n<\/p>\n<ul>\n<li><strong>\u9002\u7528\u8303\u56f4\u5e7f<\/strong>\uff1a\u53ef\u4ee5\u5904\u7406\u5305\u542b\u4e0d\u540c\u7c7b\u578b\u5143\u7d20\u7684\u5217\u8868\u3002<\/li>\n<li><strong>\u9ad8\u6548\u8f6c\u6362<\/strong>\uff1a<code>map<\/code>\u51fd\u6570\u53ef\u4ee5\u9ad8\u6548\u5730\u5c06\u5143\u7d20\u8fdb\u884c\u7c7b\u578b\u8f6c\u6362\u3002<\/li>\n<\/ul>\n<p><h4>\u7f3a\u70b9\uff1a<\/h4>\n<\/p>\n<ul>\n<li><strong>\u4ee3\u7801\u7a0d\u5fae\u590d\u6742<\/strong>\uff1a\u76f8\u6bd4\u4e8e<code>for<\/code>\u5faa\u73af\uff0c\u4ee3\u7801\u7a0d\u5fae\u590d\u6742\u4e00\u4e9b\uff0c\u4e0d\u6613\u4e8e\u521d\u5b66\u8005\u7406\u89e3\u3002<\/li>\n<\/ul>\n<p><h3>\u56db\u3001\u5176\u4ed6\u65b9\u6cd5<\/h3>\n<\/p>\n<p><p>\u9664\u4e86\u4e0a\u8ff0\u5e38\u7528\u65b9\u6cd5\u5916\uff0cPython\u8fd8\u63d0\u4f9b\u4e86\u5176\u4ed6\u4e00\u4e9b\u65b9\u6cd5\u6765\u8f93\u51fa\u5217\u8868\u4e2d\u7684\u6240\u6709\u5143\u7d20\u3002\u4f8b\u5982\uff0c\u4f7f\u7528<code>list comprehension<\/code>\u548c<code>enumerate<\/code>\u51fd\u6570\u7b49\u3002<\/p>\n<\/p>\n<p><h4>\u4f7f\u7528<code>list comprehension<\/code><\/h4>\n<\/p>\n<p><p><code>list comprehension<\/code>\u662f\u4e00\u79cd\u7b80\u6d01\u7684\u5217\u8868\u751f\u6210\u65b9\u5f0f\uff0c\u53ef\u4ee5\u7528\u4e8e\u751f\u6210\u65b0\u7684\u5217\u8868\u6216\u8fdb\u884c\u7b80\u5355\u7684\u64cd\u4f5c\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u793a\u4f8b\u4ee3\u7801<\/p>\n<p>example_list = [1, 2, 3, 4, 5]<\/p>\n<p>[print(element) for element in example_list]<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u4e0a\u8ff0\u4ee3\u7801\u4e2d\uff0c<code>list comprehension<\/code>\u904d\u5386<code>example_list<\/code>\u4e2d\u7684\u6bcf\u4e00\u4e2a\u5143\u7d20\uff0c\u5e76\u901a\u8fc7<code>print<\/code>\u51fd\u6570\u9010\u4e00\u8f93\u51fa\u3002<\/p>\n<\/p>\n<p><h4>\u4f7f\u7528<code>enumerate<\/code>\u51fd\u6570<\/h4>\n<\/p>\n<p><p><code>enumerate<\/code>\u51fd\u6570\u53ef\u4ee5\u540c\u65f6\u83b7\u53d6\u5143\u7d20\u7684\u7d22\u5f15\u548c\u503c\uff0c\u9002\u7528\u4e8e\u9700\u8981\u7d22\u5f15\u4fe1\u606f\u7684\u60c5\u51b5\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u793a\u4f8b\u4ee3\u7801<\/p>\n<p>example_list = [&#39;apple&#39;, &#39;banana&#39;, &#39;cherry&#39;]<\/p>\n<p>for index, element in enumerate(example_list):<\/p>\n<p>    print(f&quot;{index}: {element}&quot;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u4e0a\u8ff0\u4ee3\u7801\u4e2d\uff0c<code>enumerate<\/code>\u51fd\u6570\u8fd4\u56de\u5143\u7d20\u7684\u7d22\u5f15\u548c\u503c\uff0c\u5e76\u901a\u8fc7<code>print<\/code>\u51fd\u6570\u8f93\u51fa\u7d22\u5f15\u548c\u503c\u7684\u7ec4\u5408\u3002<\/p>\n<\/p>\n<p><h3>\u603b\u7ed3<\/h3>\n<\/p>\n<p><p>\u5728Python\u4e2d\uff0c\u8f93\u51fa\u5217\u8868\u4e2d\u7684\u6240\u6709\u5143\u7d20\u6709\u591a\u79cd\u65b9\u6cd5\u53ef\u4f9b\u9009\u62e9\u3002\u53ef\u4ee5\u6839\u636e\u5177\u4f53\u9700\u6c42\u9009\u62e9\u9002\u5408\u7684\u65b9\u6cd5\u3002\u4f8b\u5982\uff0c\u4f7f\u7528<code>for<\/code>\u5faa\u73af\u904d\u5386\u5217\u8868\u662f\u4e00\u79cd\u6700\u7b80\u5355\u76f4\u89c2\u7684\u65b9\u6cd5\uff0c\u800c\u4f7f\u7528<code>join<\/code>\u65b9\u6cd5\u5219\u9002\u7528\u4e8e\u5305\u542b\u5b57\u7b26\u4e32\u5143\u7d20\u7684\u5217\u8868\u3002<code>map<\/code>\u51fd\u6570\u53ef\u4ee5\u9ad8\u6548\u5730\u5c06\u4e0d\u540c\u7c7b\u578b\u7684\u5143\u7d20\u8fdb\u884c\u8f6c\u6362\u5e76\u8f93\u51fa\u3002\u5728\u5b9e\u9645\u5f00\u53d1\u4e2d\uff0c\u7075\u6d3b\u8fd0\u7528\u8fd9\u4e9b\u65b9\u6cd5\u53ef\u4ee5\u63d0\u9ad8\u4ee3\u7801\u7684\u53ef\u8bfb\u6027\u548c\u6267\u884c\u6548\u7387\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u5728Python\u4e2d\u904d\u5386\u5217\u8868\u5e76\u8f93\u51fa\u6bcf\u4e2a\u5143\u7d20\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u53ef\u4ee5\u4f7f\u7528for\u5faa\u73af\u6765\u904d\u5386\u5217\u8868\u5e76\u8f93\u51fa\u6bcf\u4e2a\u5143\u7d20\u3002\u793a\u4f8b\u4ee3\u7801\u5982\u4e0b\uff1a  <\/p>\n<pre><code class=\"language-python\">my_list = [1, 2, 3, 4, 5]\nfor item in my_list:\n    print(item)\n<\/code><\/pre>\n<p>\u901a\u8fc7\u8fd9\u79cd\u65b9\u5f0f\uff0c\u4f60\u53ef\u4ee5\u9010\u4e2a\u8f93\u51fa\u5217\u8868\u4e2d\u7684\u6240\u6709\u5143\u7d20\u3002<\/p>\n<p><strong>Python\u4e2d\u6709\u54ea\u4e9b\u65b9\u6cd5\u53ef\u4ee5\u8f93\u51fa\u5217\u8868\u7684\u5185\u5bb9\uff1f<\/strong><br \/>\u9664\u4e86\u4f7f\u7528for\u5faa\u73af\uff0cPython\u8fd8\u63d0\u4f9b\u4e86\u5176\u4ed6\u51e0\u79cd\u65b9\u6cd5\u6765\u8f93\u51fa\u5217\u8868\u5185\u5bb9\u3002\u4f8b\u5982\uff0c\u53ef\u4ee5\u4f7f\u7528join()\u65b9\u6cd5\u5c06\u5217\u8868\u8f6c\u6362\u4e3a\u5b57\u7b26\u4e32\u5e76\u6253\u5370\uff0c\u9002\u7528\u4e8e\u5217\u8868\u4e2d\u6240\u6709\u5143\u7d20\u90fd\u662f\u5b57\u7b26\u4e32\u7684\u60c5\u51b5\uff1a  <\/p>\n<pre><code class=\"language-python\">my_list = [&#39;apple&#39;, &#39;banana&#39;, &#39;cherry&#39;]\nprint(&quot;, &quot;.join(my_list))\n<\/code><\/pre>\n<p>\u540c\u65f6\uff0c\u4f60\u4e5f\u53ef\u4ee5\u4f7f\u7528\u5217\u8868\u63a8\u5bfc\u5f0f\u7ed3\u5408print()\u51fd\u6570\u8f93\u51fa\u683c\u5f0f\u5316\u4fe1\u606f\u3002<\/p>\n<p><strong>\u5982\u4f55\u5904\u7406\u5305\u542b\u4e0d\u540c\u6570\u636e\u7c7b\u578b\u7684\u5217\u8868\u5e76\u8f93\u51fa\uff1f<\/strong><br \/>\u5982\u679c\u5217\u8868\u5305\u542b\u591a\u79cd\u6570\u636e\u7c7b\u578b\uff0c\u53ef\u4ee5\u4f7f\u7528for\u5faa\u73af\u7ed3\u5408\u6761\u4ef6\u8bed\u53e5\u8fdb\u884c\u683c\u5f0f\u5316\u8f93\u51fa\u3002\u4f8b\u5982\uff1a  <\/p>\n<pre><code class=\"language-python\">mixed_list = [1, &#39;apple&#39;, 3.14, True]\nfor item in mixed_list:\n    print(f&#39;The item is: {item} (Type: {type(item)})&#39;)\n<\/code><\/pre>\n<p>\u8fd9\u79cd\u65b9\u5f0f\u4e0d\u4ec5\u8f93\u51fa\u5143\u7d20\uff0c\u8fd8\u80fd\u663e\u793a\u6bcf\u4e2a\u5143\u7d20\u7684\u6570\u636e\u7c7b\u578b\uff0c\u63d0\u4f9b\u66f4\u4e30\u5bcc\u7684\u4fe1\u606f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u4f7f\u7528for\u5faa\u73af\u904d\u5386\u3001\u4f7f\u7528join\u65b9\u6cd5\u8fde\u63a5\u3001\u4f7f\u7528map\u51fd\u6570\u8f6c\u6362 \u5728Python\u4e2d\uff0c\u6709\u591a\u79cd\u65b9\u6cd5\u53ef\u4ee5\u8f93\u51fa\u5217\u8868\u4e2d\u7684\u6240\u6709 [&hellip;]","protected":false},"author":3,"featured_media":1027868,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[37],"tags":[],"acf":[],"_links":{"self":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1027865"}],"collection":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/comments?post=1027865"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1027865\/revisions"}],"predecessor-version":[{"id":1027871,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1027865\/revisions\/1027871"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1027868"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1027865"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1027865"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1027865"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}