{"id":1034166,"date":"2024-12-31T11:47:58","date_gmt":"2024-12-31T03:47:58","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1034166.html"},"modified":"2024-12-31T11:48:01","modified_gmt":"2024-12-31T03:48:01","slug":"python%e4%b8%ad%e5%a6%82%e4%bd%95%e8%be%93%e5%85%a5%e5%9c%a8%e4%b8%80%e8%a1%8c","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1034166.html","title":{"rendered":"python\u4e2d\u5982\u4f55\u8f93\u5165\u5728\u4e00\u884c"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-docs.pingcode.com\/wp-content\/uploads\/2024\/12\/8b01bc23-f216-42df-8110-2912b9648685.webp?x-oss-process=image\/auto-orient,1\/format,webp\" alt=\"python\u4e2d\u5982\u4f55\u8f93\u5165\u5728\u4e00\u884c\" \/><\/p>\n<p><p> <strong>\u5728Python\u4e2d\u53ef\u4ee5\u901a\u8fc7\u591a\u79cd\u65b9\u6cd5\u5728\u4e00\u884c\u8f93\u5165\u591a\u4e2a\u503c\uff0c\u4f8b\u5982\u4f7f\u7528<code>input()<\/code>\u51fd\u6570\u3001\u4f7f\u7528<code>sys.stdin.read()<\/code>\u65b9\u6cd5\u3001\u4ee5\u53ca\u901a\u8fc7\u5217\u8868\u63a8\u5bfc\u5f0f\u8bfb\u53d6\u6570\u636e\u3002<\/strong> \u5176\u4e2d\uff0c\u6700\u5e38\u7528\u7684\u65b9\u6cd5\u662f\u4f7f\u7528<code>input()<\/code>\u51fd\u6570\u5e76\u7ed3\u5408<code>split()<\/code>\u65b9\u6cd5\u6765\u83b7\u53d6\u7528\u6237\u8f93\u5165\u5e76\u5c06\u5176\u62c6\u5206\u6210\u591a\u4e2a\u503c\u3002\u4e0b\u9762\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u8fd9\u79cd\u65b9\u6cd5\u3002<\/p>\n<\/p>\n<hr>\n<h2><strong>PYTHON\u4e2d\u5982\u4f55\u5728\u4e00\u884c\u8f93\u5165<\/strong><\/h2>\n<p><p>\u5728Python\u7f16\u7a0b\u4e2d\uff0c\u5904\u7406\u8f93\u5165\u662f\u4e00\u4e2a\u5e38\u89c1\u4e14\u91cd\u8981\u7684\u4efb\u52a1\uff0c\u7279\u522b\u662f\u5728\u9700\u8981\u4ece\u7528\u6237\u5904\u83b7\u53d6\u591a\u4e2a\u503c\u65f6\u3002\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7\u51e0\u79cd\u4e0d\u540c\u7684\u65b9\u6cd5\u5728\u4e00\u884c\u8f93\u5165\u591a\u4e2a\u503c\uff0c\u5e76\u5c06\u5176\u5904\u7406\u4e3a\u6211\u4eec\u9700\u8981\u7684\u683c\u5f0f\u3002\u4ee5\u4e0b\u5185\u5bb9\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u8fd9\u4e9b\u65b9\u6cd5\u3002<\/p>\n<\/p>\n<p><h2>\u4e00\u3001\u4f7f\u7528 <code>input()<\/code> \u51fd\u6570\u548c <code>split()<\/code> \u65b9\u6cd5<\/h2>\n<\/p>\n<p><h3>1\u3001\u57fa\u7840\u7528\u6cd5<\/h3>\n<\/p>\n<p><p>\u901a\u5e38\uff0c\u6211\u4eec\u4f7f\u7528 <code>input()<\/code> \u51fd\u6570\u4ece\u7528\u6237\u5904\u83b7\u53d6\u8f93\u5165\uff0c\u7136\u540e\u901a\u8fc7 <code>split()<\/code> \u65b9\u6cd5\u5c06\u8f93\u5165\u6309\u7a7a\u683c\u5206\u5272\u6210\u591a\u4e2a\u503c\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u83b7\u53d6\u8f93\u5165<\/p>\n<p>user_input = input(&quot;\u8bf7\u8f93\u5165\u591a\u4e2a\u503c\uff0c\u7528\u7a7a\u683c\u5206\u9694: &quot;)<\/p>\n<h2><strong>\u5206\u5272\u8f93\u5165<\/strong><\/h2>\n<p>values = user_input.split()<\/p>\n<h2><strong>\u6253\u5370\u5206\u5272\u540e\u7684\u503c<\/strong><\/h2>\n<p>print(values)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u6bb5\u4ee3\u7801\u4e2d\uff0c<code>input(&quot;\u8bf7\u8f93\u5165\u591a\u4e2a\u503c\uff0c\u7528\u7a7a\u683c\u5206\u9694: &quot;)<\/code> \u4f1a\u63d0\u793a\u7528\u6237\u8f93\u5165\u6570\u636e\uff0c<code>split()<\/code> \u65b9\u6cd5\u4f1a\u5c06\u8f93\u5165\u5b57\u7b26\u4e32\u6309\u7a7a\u683c\u5206\u5272\u6210\u5217\u8868\u3002<\/p>\n<\/p>\n<p><h3>2\u3001\u5c06\u8f93\u5165\u8f6c\u6362\u4e3a\u6574\u6570\u6216\u5176\u4ed6\u6570\u636e\u7c7b\u578b<\/h3>\n<\/p>\n<p><p>\u901a\u5e38\u60c5\u51b5\u4e0b\uff0c\u6211\u4eec\u4e0d\u4ec5\u9700\u8981\u83b7\u53d6\u8f93\u5165\uff0c\u8fd8\u9700\u8981\u5c06\u5176\u8f6c\u6362\u4e3a\u7279\u5b9a\u7684\u6570\u636e\u7c7b\u578b\uff0c\u4f8b\u5982\u6574\u6570\u3002\u53ef\u4ee5\u4f7f\u7528\u5217\u8868\u63a8\u5bfc\u5f0f\u6765\u5b9e\u73b0\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u83b7\u53d6\u8f93\u5165<\/p>\n<p>user_input = input(&quot;\u8bf7\u8f93\u5165\u591a\u4e2a\u6574\u6570\uff0c\u7528\u7a7a\u683c\u5206\u9694: &quot;)<\/p>\n<h2><strong>\u5206\u5272\u5e76\u8f6c\u6362\u8f93\u5165<\/strong><\/h2>\n<p>numbers = [int(x) for x in user_input.split()]<\/p>\n<h2><strong>\u6253\u5370\u8f6c\u6362\u540e\u7684\u6574\u6570\u5217\u8868<\/strong><\/h2>\n<p>print(numbers)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u6bb5\u4ee3\u7801\u4e2d\uff0c<code>[int(x) for x in user_input.split()]<\/code> \u4f7f\u7528\u5217\u8868\u63a8\u5bfc\u5f0f\u5c06\u6bcf\u4e2a\u8f93\u5165\u503c\u8f6c\u6362\u4e3a\u6574\u6570\u3002<\/p>\n<\/p>\n<p><h3>3\u3001\u5904\u7406\u4e0d\u540c\u7c7b\u578b\u7684\u8f93\u5165<\/h3>\n<\/p>\n<p><p>\u6709\u65f6\uff0c\u6211\u4eec\u9700\u8981\u5728\u4e00\u884c\u4e2d\u8f93\u5165\u4e0d\u540c\u7c7b\u578b\u7684\u6570\u636e\uff0c\u4f8b\u5982\u6574\u6570\u548c\u5b57\u7b26\u4e32\u3002\u53ef\u4ee5\u901a\u8fc7 <code>zip()<\/code> \u51fd\u6570\u548c <code>map()<\/code> \u51fd\u6570\u6765\u5b9e\u73b0\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u83b7\u53d6\u8f93\u5165<\/p>\n<p>user_input = input(&quot;\u8bf7\u8f93\u5165\u4e00\u4e2a\u6574\u6570\u548c\u4e00\u4e2a\u5b57\u7b26\u4e32\uff0c\u7528\u7a7a\u683c\u5206\u9694: &quot;)<\/p>\n<h2><strong>\u5206\u5272\u8f93\u5165<\/strong><\/h2>\n<p>integer_part, string_part = user_input.split()<\/p>\n<h2><strong>\u8f6c\u6362\u8f93\u5165<\/strong><\/h2>\n<p>integer_part = int(integer_part)<\/p>\n<h2><strong>\u6253\u5370\u8f6c\u6362\u540e\u7684\u503c<\/strong><\/h2>\n<p>print(f&quot;\u6574\u6570: {integer_part}, \u5b57\u7b26\u4e32: {string_part}&quot;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u6bb5\u4ee3\u7801\u4e2d\uff0c\u6211\u4eec\u5047\u8bbe\u7528\u6237\u8f93\u5165\u4e86\u4e00\u4e2a\u6574\u6570\u548c\u4e00\u4e2a\u5b57\u7b26\u4e32\uff0c\u5e76\u5206\u522b\u5bf9\u5176\u8fdb\u884c\u4e86\u5904\u7406\u3002<\/p>\n<\/p>\n<p><h2>\u4e8c\u3001\u4f7f\u7528 <code>sys.stdin.read()<\/code> \u65b9\u6cd5<\/h2>\n<\/p>\n<p><h3>1\u3001\u57fa\u7840\u7528\u6cd5<\/h3>\n<\/p>\n<p><p>\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\uff0c\u6211\u4eec\u53ef\u80fd\u9700\u8981\u4ece\u6807\u51c6\u8f93\u5165\u4e2d\u8bfb\u53d6\u6570\u636e\uff0c\u4f8b\u5982\u5728\u5904\u7406\u91cd\u5b9a\u5411\u8f93\u5165\u65f6\u3002\u53ef\u4ee5\u4f7f\u7528 <code>sys.stdin.read()<\/code> \u65b9\u6cd5\u6765\u5b9e\u73b0\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import sys<\/p>\n<h2><strong>\u8bfb\u53d6\u8f93\u5165<\/strong><\/h2>\n<p>input_data = sys.stdin.read()<\/p>\n<h2><strong>\u5206\u5272\u8f93\u5165<\/strong><\/h2>\n<p>values = input_data.split()<\/p>\n<h2><strong>\u6253\u5370\u5206\u5272\u540e\u7684\u503c<\/strong><\/h2>\n<p>print(values)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u65b9\u6cd5\u9002\u7528\u4e8e\u4ece\u6587\u4ef6\u6216\u5176\u4ed6\u8f93\u5165\u6d41\u8bfb\u53d6\u6570\u636e\u3002<\/p>\n<\/p>\n<p><h3>2\u3001\u5904\u7406\u5927\u6570\u636e\u8f93\u5165<\/h3>\n<\/p>\n<p><p>\u5f53\u9700\u8981\u5904\u7406\u5927\u6570\u636e\u8f93\u5165\u65f6\uff0c\u4f7f\u7528 <code>sys.stdin.read()<\/code> \u65b9\u6cd5\u53ef\u80fd\u66f4\u4e3a\u9ad8\u6548\u3002\u53ef\u4ee5\u7ed3\u5408 <code>map()<\/code> \u51fd\u6570\u5c06\u8f93\u5165\u8f6c\u6362\u4e3a\u7279\u5b9a\u7684\u6570\u636e\u7c7b\u578b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import sys<\/p>\n<h2><strong>\u8bfb\u53d6\u8f93\u5165<\/strong><\/h2>\n<p>input_data = sys.stdin.read()<\/p>\n<h2><strong>\u5206\u5272\u5e76\u8f6c\u6362\u8f93\u5165<\/strong><\/h2>\n<p>numbers = list(map(int, input_data.split()))<\/p>\n<h2><strong>\u6253\u5370\u8f6c\u6362\u540e\u7684\u6574\u6570\u5217\u8868<\/strong><\/h2>\n<p>print(numbers)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u65b9\u6cd5\u9002\u7528\u4e8e\u9700\u8981\u5904\u7406\u5927\u91cf\u6570\u636e\u7684\u60c5\u51b5\u3002<\/p>\n<\/p>\n<p><h2>\u4e09\u3001\u4f7f\u7528 <code>list(map(int, input().split()))<\/code><\/h2>\n<\/p>\n<p><h3>1\u3001\u57fa\u7840\u7528\u6cd5<\/h3>\n<\/p>\n<p><p>\u5728\u9700\u8981\u5c06\u8f93\u5165\u76f4\u63a5\u8f6c\u6362\u4e3a\u6574\u6570\u5217\u8868\u7684\u60c5\u51b5\u4e0b\uff0c\u53ef\u4ee5\u4f7f\u7528 <code>list(map(int, input().split()))<\/code> \u8fd9\u79cd\u7b80\u6d01\u7684\u65b9\u6cd5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u83b7\u53d6\u5e76\u8f6c\u6362\u8f93\u5165<\/p>\n<p>numbers = list(map(int, input(&quot;\u8bf7\u8f93\u5165\u591a\u4e2a\u6574\u6570\uff0c\u7528\u7a7a\u683c\u5206\u9694: &quot;).split()))<\/p>\n<h2><strong>\u6253\u5370\u8f6c\u6362\u540e\u7684\u6574\u6570\u5217\u8868<\/strong><\/h2>\n<p>print(numbers)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u65b9\u6cd5\u7b80\u6d01\u9ad8\u6548\uff0c\u9002\u7528\u4e8e\u5927\u591a\u6570\u573a\u666f\u3002<\/p>\n<\/p>\n<p><h3>2\u3001\u5904\u7406\u4e0d\u540c\u7c7b\u578b\u7684\u8f93\u5165<\/h3>\n<\/p>\n<p><p>\u5982\u679c\u9700\u8981\u5728\u4e00\u884c\u4e2d\u8f93\u5165\u4e0d\u540c\u7c7b\u578b\u7684\u6570\u636e\uff0c\u53ef\u4ee5\u7ed3\u5408 <code>zip()<\/code> \u51fd\u6570\u548c <code>map()<\/code> \u51fd\u6570\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u83b7\u53d6\u8f93\u5165<\/p>\n<p>user_input = input(&quot;\u8bf7\u8f93\u5165\u4e00\u4e2a\u6574\u6570\u548c\u4e00\u4e2a\u5b57\u7b26\u4e32\uff0c\u7528\u7a7a\u683c\u5206\u9694: &quot;)<\/p>\n<h2><strong>\u5206\u5272\u8f93\u5165<\/strong><\/h2>\n<p>integer_part, string_part = user_input.split()<\/p>\n<h2><strong>\u8f6c\u6362\u8f93\u5165<\/strong><\/h2>\n<p>integer_part = int(integer_part)<\/p>\n<h2><strong>\u6253\u5370\u8f6c\u6362\u540e\u7684\u503c<\/strong><\/h2>\n<p>print(f&quot;\u6574\u6570: {integer_part}, \u5b57\u7b26\u4e32: {string_part}&quot;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u65b9\u6cd5\u9002\u7528\u4e8e\u9700\u8981\u5728\u4e00\u884c\u4e2d\u8f93\u5165\u591a\u79cd\u7c7b\u578b\u6570\u636e\u7684\u60c5\u51b5\u3002<\/p>\n<\/p>\n<p><h2>\u56db\u3001\u603b\u7ed3<\/h2>\n<\/p>\n<p><p>\u5728Python\u4e2d\uff0c\u6709\u591a\u79cd\u65b9\u6cd5\u53ef\u4ee5\u5728\u4e00\u884c\u8f93\u5165\u591a\u4e2a\u503c\uff0c\u5e76\u6839\u636e\u9700\u8981\u5c06\u5176\u8f6c\u6362\u4e3a\u4e0d\u540c\u7684\u6570\u636e\u7c7b\u578b\u3002<strong>\u6700\u5e38\u7528\u7684\u65b9\u6cd5\u662f\u4f7f\u7528 <code>input()<\/code> \u51fd\u6570\u7ed3\u5408 <code>split()<\/code> \u65b9\u6cd5<\/strong>\uff0c\u8fd9\u79cd\u65b9\u6cd5\u7b80\u5355\u6613\u7528\uff0c\u9002\u7528\u4e8e\u5927\u591a\u6570\u573a\u666f\u3002\u5bf9\u4e8e\u5904\u7406\u5927\u6570\u636e\u8f93\u5165\u6216\u8005\u4ece\u6807\u51c6\u8f93\u5165\u6d41\u8bfb\u53d6\u6570\u636e\uff0c\u53ef\u4ee5\u4f7f\u7528 <code>sys.stdin.read()<\/code> \u65b9\u6cd5\u3002\u65e0\u8bba\u4f7f\u7528\u54ea\u79cd\u65b9\u6cd5\uff0c\u7406\u89e3\u8f93\u5165\u6570\u636e\u7684\u7ed3\u6784\u548c\u9700\u6c42\uff0c\u5e76\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5\u8fdb\u884c\u5904\u7406\uff0c\u662f\u7f16\u5199\u9ad8\u6548Python\u4ee3\u7801\u7684\u5173\u952e\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5728Python\u4e2d\u5982\u4f55\u5b9e\u73b0\u5355\u884c\u8f93\u5165\uff1f<\/strong><br \/>Python\u63d0\u4f9b\u4e86\u591a\u79cd\u65b9\u6cd5\u6765\u5b9e\u73b0\u5355\u884c\u8f93\u5165\uff0c\u6700\u5e38\u7528\u7684\u65b9\u5f0f\u662f\u4f7f\u7528<code>input()<\/code>\u51fd\u6570\u3002\u7528\u6237\u53ef\u4ee5\u5728\u547d\u4ee4\u884c\u4e2d\u8f93\u5165\u6570\u636e\uff0c\u7a0b\u5e8f\u5c06\u4f1a\u8bfb\u53d6\u8fd9\u884c\u8f93\u5165\u3002\u4f60\u53ef\u4ee5\u6839\u636e\u9700\u8981\u5c06\u8f93\u5165\u7684\u6570\u636e\u8f6c\u6362\u4e3a\u4e0d\u540c\u7684\u6570\u636e\u7c7b\u578b\uff0c\u4f8b\u5982\u6574\u578b\u3001\u6d6e\u70b9\u578b\u6216\u5b57\u7b26\u4e32\u3002\u793a\u4f8b\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n<pre><code class=\"language-python\">user_input = input(&quot;\u8bf7\u8f93\u5165\u5185\u5bb9\uff1a&quot;)\nprint(&quot;\u60a8\u8f93\u5165\u7684\u5185\u5bb9\u662f\uff1a&quot;, user_input)\n<\/code><\/pre>\n<p><strong>\u5982\u4f55\u5728\u4e00\u884c\u4e2d\u63a5\u6536\u591a\u4e2a\u8f93\u5165\u503c\uff1f<\/strong><br \/>\u5982\u679c\u5e0c\u671b\u5728\u4e00\u884c\u4e2d\u63a5\u6536\u591a\u4e2a\u8f93\u5165\u503c\uff0c\u53ef\u4ee5\u5229\u7528<code>split()<\/code>\u65b9\u6cd5\u5c06\u8f93\u5165\u7684\u5b57\u7b26\u4e32\u5206\u5272\u6210\u5217\u8868\u3002\u7528\u6237\u5728\u8f93\u5165\u65f6\uff0c\u53ef\u4ee5\u7528\u7a7a\u683c\u6216\u5176\u4ed6\u5206\u9694\u7b26\u6765\u533a\u5206\u5404\u4e2a\u503c\u3002\u4e0b\u9762\u662f\u4e00\u4e2a\u793a\u4f8b\uff1a<\/p>\n<pre><code class=\"language-python\">user_inputs = input(&quot;\u8bf7\u8f93\u5165\u591a\u4e2a\u503c\uff0c\u7528\u7a7a\u683c\u5206\u9694\uff1a&quot;).split()\nprint(&quot;\u60a8\u8f93\u5165\u7684\u503c\u6709\uff1a&quot;, user_inputs)\n<\/code><\/pre>\n<p><strong>\u5728Python\u4e2d\u5982\u4f55\u5904\u7406\u5f02\u5e38\u8f93\u5165\uff1f<\/strong><br \/>\u5728\u5904\u7406\u7528\u6237\u8f93\u5165\u65f6\uff0c\u53ef\u80fd\u4f1a\u9047\u5230\u65e0\u6548\u7684\u8f93\u5165\u60c5\u51b5\u3002\u4e3a\u4e86\u63d0\u9ad8\u7a0b\u5e8f\u7684\u5065\u58ee\u6027\uff0c\u53ef\u4ee5\u4f7f\u7528<code>try-except<\/code>\u8bed\u53e5\u6765\u6355\u6349\u53ef\u80fd\u7684\u5f02\u5e38\u3002\u8fd9\u6837\u53ef\u4ee5\u786e\u4fdd\u7a0b\u5e8f\u4e0d\u4f1a\u56e0\u4e3a\u7528\u6237\u7684\u9519\u8bef\u8f93\u5165\u800c\u5d29\u6e83\u3002\u793a\u4f8b\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n<pre><code class=\"language-python\">try:\n    user_input = int(input(&quot;\u8bf7\u8f93\u5165\u4e00\u4e2a\u6574\u6570\uff1a&quot;))\n    print(&quot;\u60a8\u8f93\u5165\u7684\u6574\u6570\u662f\uff1a&quot;, user_input)\nexcept ValueError:\n    print(&quot;\u8f93\u5165\u65e0\u6548\uff0c\u8bf7\u786e\u4fdd\u60a8\u8f93\u5165\u7684\u662f\u4e00\u4e2a\u6574\u6570\u3002&quot;)\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"\u5728Python\u4e2d\u53ef\u4ee5\u901a\u8fc7\u591a\u79cd\u65b9\u6cd5\u5728\u4e00\u884c\u8f93\u5165\u591a\u4e2a\u503c\uff0c\u4f8b\u5982\u4f7f\u7528input()\u51fd\u6570\u3001\u4f7f\u7528sys.stdin.read [&hellip;]","protected":false},"author":3,"featured_media":1034177,"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\/1034166"}],"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=1034166"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1034166\/revisions"}],"predecessor-version":[{"id":1034180,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1034166\/revisions\/1034180"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1034177"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1034166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1034166"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1034166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}