{"id":1081536,"date":"2025-01-08T12:40:32","date_gmt":"2025-01-08T04:40:32","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1081536.html"},"modified":"2025-01-08T12:40:34","modified_gmt":"2025-01-08T04:40:34","slug":"%e5%a6%82%e4%bd%95%e7%94%a8python%e5%b0%8f%e6%b5%b7%e9%be%9f%e5%86%99%e6%96%87%e5%ad%97-2","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1081536.html","title":{"rendered":"\u5982\u4f55\u7528Python\u5c0f\u6d77\u9f9f\u5199\u6587\u5b57"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/24183520\/9a86888a-2096-4990-8c0b-a5f08799bbaa.webp\" alt=\"\u5982\u4f55\u7528Python\u5c0f\u6d77\u9f9f\u5199\u6587\u5b57\" \/><\/p>\n<p><p> <strong>\u4f7f\u7528Python\u5c0f\u6d77\u9f9f\u5199\u6587\u5b57\u7684\u6b65\u9aa4<\/strong>\uff1a\u5bfc\u5165Turtle\u5e93\u3001\u521b\u5efaTurtle\u5bf9\u8c61\u3001\u8bbe\u7f6e\u6587\u5b57\u5c5e\u6027\u3001\u4f7f\u7528write()\u65b9\u6cd5\u5199\u6587\u5b57\u3001\u8c03\u6574\u4f4d\u7f6e\u548c\u65b9\u5411\u3002<strong>\u91cd\u70b9\uff1a\u7075\u6d3b\u8fd0\u7528write()\u65b9\u6cd5\u8bbe\u7f6e\u6587\u5b57\u5185\u5bb9\u548c\u683c\u5f0f<\/strong>\u3002<\/p>\n<\/p>\n<p><h3>\u4e00\u3001\u5bfc\u5165Turtle\u5e93<\/h3>\n<\/p>\n<p><p>Python\u7684Turtle\u5e93\u63d0\u4f9b\u4e86\u4e00\u4e2a\u975e\u5e38\u76f4\u89c2\u7684\u65b9\u5f0f\u6765\u8fdb\u884c\u56fe\u5f62\u7ed8\u5236\u548c\u6587\u5b57\u4e66\u5199\u3002\u9996\u5148\uff0c\u4f60\u9700\u8981\u786e\u4fdd\u4f60\u7684Python\u73af\u5883\u5df2\u7ecf\u5b89\u88c5\u4e86Turtle\u5e93\u3002\u5982\u679c\u6ca1\u6709\uff0c\u53ef\u4ee5\u4f7f\u7528pip\u8fdb\u884c\u5b89\u88c5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install PythonTurtle<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u7136\u540e\uff0c\u5728\u4f60\u7684Python\u811a\u672c\u4e2d\u5bfc\u5165Turtle\u5e93\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import turtle<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e8c\u3001\u521b\u5efaTurtle\u5bf9\u8c61<\/h3>\n<\/p>\n<p><p>\u63a5\u4e0b\u6765\uff0c\u521b\u5efa\u4e00\u4e2aTurtle\u5bf9\u8c61\u3002\u8fd9\u5c06\u662f\u6211\u4eec\u8fdb\u884c\u6240\u6709\u7ed8\u5236\u548c\u4e66\u5199\u7684\u201c\u753b\u7b14\u201d\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u521b\u5efa\u4e00\u4e2a\u5c4f\u5e55\u5bf9\u8c61<\/p>\n<p>screen = turtle.Screen()<\/p>\n<h2><strong>\u521b\u5efa\u4e00\u4e2aTurtle\u5bf9\u8c61<\/strong><\/h2>\n<p>pen = turtle.Turtle()<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e09\u3001\u8bbe\u7f6e\u6587\u5b57\u5c5e\u6027<\/h3>\n<\/p>\n<p><p>\u5728Turtle\u5e93\u4e2d\uff0c\u53ef\u4ee5\u901a\u8fc7\u8bbe\u7f6e\u5b57\u4f53\u3001\u5b57\u53f7\u548c\u5b57\u4f53\u6837\u5f0f\u6765\u63a7\u5236\u6587\u5b57\u7684\u5916\u89c2\u3002\u4f8b\u5982\uff0c\u4f60\u53ef\u4ee5\u8bbe\u7f6e\u5b57\u4f53\u4e3a\u201cArial\u201d\uff0c\u5b57\u53f7\u4e3a18\uff0c\u6837\u5f0f\u4e3a\u201cnormal\u201d\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">font = (&quot;Arial&quot;, 18, &quot;normal&quot;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u56db\u3001\u4f7f\u7528write()\u65b9\u6cd5\u5199\u6587\u5b57<\/h3>\n<\/p>\n<p><p>Turtle\u5e93\u63d0\u4f9b\u4e86\u4e00\u4e2awrite()\u65b9\u6cd5\u6765\u5728\u5c4f\u5e55\u4e0a\u5199\u6587\u5b57\u3002\u4f60\u53ef\u4ee5\u6307\u5b9a\u6587\u5b57\u5185\u5bb9\u3001\u4f4d\u7f6e\u3001\u5bf9\u9f50\u65b9\u5f0f\u548c\u5b57\u4f53\u5c5e\u6027\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">pen.write(&quot;Hello, World!&quot;, move=False, align=&quot;center&quot;, font=font)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e94\u3001\u8c03\u6574\u4f4d\u7f6e\u548c\u65b9\u5411<\/h3>\n<\/p>\n<p><p>\u4f60\u53ef\u4ee5\u4f7f\u7528Turtle\u5bf9\u8c61\u7684\u5176\u4ed6\u65b9\u6cd5\u6765\u8c03\u6574\u6587\u5b57\u7684\u5199\u5165\u4f4d\u7f6e\u548c\u65b9\u5411\u3002\u4f8b\u5982\uff0c\u4f7f\u7528goto()\u65b9\u6cd5\u79fb\u52a8\u5230\u6307\u5b9a\u4f4d\u7f6e\uff0c\u4f7f\u7528setheading()\u65b9\u6cd5\u8bbe\u7f6e\u65b9\u5411\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u79fb\u52a8\u5230\u6307\u5b9a\u4f4d\u7f6e<\/p>\n<p>pen.goto(0, 100)<\/p>\n<h2><strong>\u8bbe\u7f6e\u65b9\u5411<\/strong><\/h2>\n<p>pen.setheading(90)<\/p>\n<h2><strong>\u5199\u6587\u5b57<\/strong><\/h2>\n<p>pen.write(&quot;Welcome to Python Turtle!&quot;, move=False, align=&quot;center&quot;, font=font)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u516d\u3001\u5b8c\u6574\u793a\u4f8b<\/h3>\n<\/p>\n<p><p>\u4e0b\u9762\u662f\u4e00\u4e2a\u5b8c\u6574\u7684\u793a\u4f8b\u4ee3\u7801\uff0c\u5c55\u793a\u5982\u4f55\u4f7f\u7528Python\u7684\u5c0f\u6d77\u9f9f\u5199\u6587\u5b57\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import turtle<\/p>\n<h2><strong>\u521b\u5efa\u4e00\u4e2a\u5c4f\u5e55\u5bf9\u8c61<\/strong><\/h2>\n<p>screen = turtle.Screen()<\/p>\n<h2><strong>\u521b\u5efa\u4e00\u4e2aTurtle\u5bf9\u8c61<\/strong><\/h2>\n<p>pen = turtle.Turtle()<\/p>\n<h2><strong>\u9690\u85cf\u753b\u7b14<\/strong><\/h2>\n<p>pen.hideturtle()<\/p>\n<h2><strong>\u8bbe\u7f6e\u5b57\u4f53<\/strong><\/h2>\n<p>font = (&quot;Arial&quot;, 18, &quot;normal&quot;)<\/p>\n<h2><strong>\u8bbe\u7f6e\u80cc\u666f\u989c\u8272<\/strong><\/h2>\n<p>screen.bgcolor(&quot;lightblue&quot;)<\/p>\n<h2><strong>\u8bbe\u7f6e\u6587\u5b57\u989c\u8272<\/strong><\/h2>\n<p>pen.color(&quot;blue&quot;)<\/p>\n<h2><strong>\u79fb\u52a8\u5230\u6307\u5b9a\u4f4d\u7f6e\u5e76\u5199\u6587\u5b57<\/strong><\/h2>\n<p>pen.penup()<\/p>\n<p>pen.goto(0, 100)<\/p>\n<p>pen.pendown()<\/p>\n<p>pen.write(&quot;Welcome to Python Turtle!&quot;, move=False, align=&quot;center&quot;, font=font)<\/p>\n<h2><strong>\u79fb\u52a8\u5230\u53e6\u4e00\u4e2a\u4f4d\u7f6e\u5e76\u5199\u6587\u5b57<\/strong><\/h2>\n<p>pen.penup()<\/p>\n<p>pen.goto(0, 0)<\/p>\n<p>pen.pendown()<\/p>\n<p>pen.write(&quot;Learning to write text with Turtle&quot;, move=False, align=&quot;center&quot;, font=font)<\/p>\n<h2><strong>\u79fb\u52a8\u5230\u7b2c\u4e09\u4e2a\u4f4d\u7f6e\u5e76\u5199\u6587\u5b57<\/strong><\/h2>\n<p>pen.penup()<\/p>\n<p>pen.goto(0, -100)<\/p>\n<p>pen.pendown()<\/p>\n<p>pen.write(&quot;is fun and easy!&quot;, move=False, align=&quot;center&quot;, font=font)<\/p>\n<h2><strong>\u4fdd\u6301\u7a97\u53e3\u6253\u5f00\uff0c\u76f4\u5230\u7528\u6237\u5173\u95ed<\/strong><\/h2>\n<p>turtle.done()<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e03\u3001\u6df1\u5165\u7406\u89e3Turtle\u5e93\u7684\u5176\u4ed6\u529f\u80fd<\/h3>\n<\/p>\n<p><p>\u9664\u4e86\u57fa\u672c\u7684\u6587\u5b57\u4e66\u5199\u529f\u80fd\uff0cTurtle\u5e93\u8fd8\u63d0\u4f9b\u4e86\u8bb8\u591a\u5176\u4ed6\u6709\u8da3\u7684\u529f\u80fd\u3002\u4f8b\u5982\uff0c\u4f60\u53ef\u4ee5\u4f7f\u7528Turtle\u5bf9\u8c61\u7ed8\u5236\u56fe\u5f62\u3001\u8bbe\u7f6e\u753b\u7b14\u7684\u989c\u8272\u548c\u7c97\u7ec6\u3001\u521b\u5efa\u52a8\u753b\u6548\u679c\u7b49\u3002\u901a\u8fc7\u7ed3\u5408\u4f7f\u7528\u8fd9\u4e9b\u529f\u80fd\uff0c\u4f60\u53ef\u4ee5\u521b\u5efa\u66f4\u52a0\u4e30\u5bcc\u591a\u5f69\u7684\u56fe\u5f62\u548c\u6587\u5b57\u3002<\/p>\n<\/p>\n<p><h4>1. \u8bbe\u7f6e\u753b\u7b14\u989c\u8272\u548c\u7c97\u7ec6<\/h4>\n<\/p>\n<p><p>\u4f60\u53ef\u4ee5\u4f7f\u7528color()\u65b9\u6cd5\u8bbe\u7f6e\u753b\u7b14\u7684\u989c\u8272\uff0c\u4f7f\u7528pensize()\u65b9\u6cd5\u8bbe\u7f6e\u753b\u7b14\u7684\u7c97\u7ec6\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">pen.color(&quot;red&quot;)<\/p>\n<p>pen.pensize(3)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>2. \u7ed8\u5236\u56fe\u5f62<\/h4>\n<\/p>\n<p><p>Turtle\u5e93\u63d0\u4f9b\u4e86\u8bb8\u591a\u65b9\u6cd5\u6765\u7ed8\u5236\u57fa\u672c\u56fe\u5f62\uff0c\u4f8b\u5982\u753b\u76f4\u7ebf\u3001\u5706\u5f62\u3001\u77e9\u5f62\u7b49\u3002\u4f60\u53ef\u4ee5\u7ed3\u5408\u4f7f\u7528\u8fd9\u4e9b\u65b9\u6cd5\u6765\u521b\u5efa\u590d\u6742\u7684\u56fe\u5f62\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u753b\u4e00\u4e2a\u5706\u5f62<\/p>\n<p>pen.penup()<\/p>\n<p>pen.goto(-100, 0)<\/p>\n<p>pen.pendown()<\/p>\n<p>pen.circle(50)<\/p>\n<h2><strong>\u753b\u4e00\u4e2a\u77e9\u5f62<\/strong><\/h2>\n<p>pen.penup()<\/p>\n<p>pen.goto(100, 0)<\/p>\n<p>pen.pendown()<\/p>\n<p>pen.forward(100)<\/p>\n<p>pen.right(90)<\/p>\n<p>pen.forward(50)<\/p>\n<p>pen.right(90)<\/p>\n<p>pen.forward(100)<\/p>\n<p>pen.right(90)<\/p>\n<p>pen.forward(50)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>3. \u521b\u5efa\u52a8\u753b\u6548\u679c<\/h4>\n<\/p>\n<p><p>\u901a\u8fc7\u4f7f\u7528Turtle\u5e93\u7684\u65f6\u95f4\u63a7\u5236\u65b9\u6cd5\uff0c\u4f60\u53ef\u4ee5\u521b\u5efa\u7b80\u5355\u7684\u52a8\u753b\u6548\u679c\u3002\u4f8b\u5982\uff0c\u4f7f\u7528time.sleep()\u65b9\u6cd5\u6765\u63a7\u5236\u7ed8\u5236\u7684\u901f\u5ea6\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import time<\/p>\n<p>pen.penup()<\/p>\n<p>pen.goto(0, 0)<\/p>\n<p>pen.pendown()<\/p>\n<p>for i in range(36):<\/p>\n<p>    pen.forward(100)<\/p>\n<p>    pen.right(170)<\/p>\n<p>    time.sleep(0.1)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u516b\u3001\u603b\u7ed3<\/h3>\n<\/p>\n<p><p>\u901a\u8fc7\u8fd9\u7bc7\u6587\u7ae0\uff0c\u4f60\u5e94\u8be5\u5df2\u7ecf\u638c\u63e1\u4e86\u5982\u4f55\u4f7f\u7528Python\u7684\u5c0f\u6d77\u9f9f\u5e93\u6765\u5199\u6587\u5b57\uff0c\u5e76\u4e86\u89e3\u4e86\u4e00\u4e9b\u9ad8\u7ea7\u529f\u80fd\u3002<strong>\u5173\u952e\u5728\u4e8e\u7075\u6d3b\u8fd0\u7528Turtle\u5e93\u63d0\u4f9b\u7684\u5404\u79cd\u65b9\u6cd5\uff0c\u7ed3\u5408\u4f7f\u7528\u5b83\u4eec\u6765\u521b\u5efa\u4e30\u5bcc\u591a\u5f69\u7684\u56fe\u5f62\u548c\u6587\u5b57<\/strong>\u3002Python\u7684\u5c0f\u6d77\u9f9f\u5e93\u662f\u4e00\u4e2a\u975e\u5e38\u6709\u8da3\u548c\u5f3a\u5927\u7684\u5de5\u5177\uff0c\u975e\u5e38\u9002\u5408\u7528\u6765\u5b66\u4e60\u7f16\u7a0b\u548c\u56fe\u5f62\u7ed8\u5236\u3002\u5e0c\u671b\u4f60\u80fd\u901a\u8fc7\u5b9e\u8df5\uff0c\u8fdb\u4e00\u6b65\u6df1\u5165\u4e86\u89e3\u548c\u638c\u63e1\u8fd9\u4e2a\u5e93\u7684\u4f7f\u7528\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u5728Python\u5c0f\u6d77\u9f9f\u4e2d\u7ed8\u5236\u4e0d\u540c\u5b57\u4f53\u7684\u6587\u5b57\uff1f<\/strong><br \/>\u5728Python\u7684\u5c0f\u6d77\u9f9f\u6a21\u5757\u4e2d\uff0c\u53ef\u4ee5\u4f7f\u7528<code>turtle.write()<\/code>\u51fd\u6570\u6765\u7ed8\u5236\u6587\u672c\u3002\u901a\u8fc7\u8bbe\u7f6e\u53c2\u6570\uff0c\u60a8\u53ef\u4ee5\u9009\u62e9\u4e0d\u540c\u7684\u5b57\u4f53\u548c\u5927\u5c0f\u3002\u4f8b\u5982\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u4ee3\u7801\u7ed8\u5236\u4e0d\u540c\u5b57\u4f53\u7684\u6587\u5b57\uff1a<\/p>\n<pre><code class=\"language-python\">import turtle\n\nt = turtle.Turtle()\nt.penup()\nt.goto(0, 0)\nt.pendown()\nt.write(&quot;Hello, Turtle!&quot;, font=(&quot;Arial&quot;, 16, &quot;normal&quot;))\nturtle.done()\n<\/code><\/pre>\n<p>\u5728\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\uff0c\u60a8\u53ef\u4ee5\u6539\u53d8<code>font<\/code>\u53c2\u6570\u4e2d\u7684\u5b57\u4f53\u540d\u79f0\u3001\u5927\u5c0f\u548c\u6837\u5f0f\u3002<\/p>\n<p><strong>\u53ef\u4ee5\u4f7f\u7528Python\u5c0f\u6d77\u9f9f\u7ed8\u5236\u591a\u884c\u6587\u5b57\u5417\uff1f<\/strong><br \/>\u662f\u7684\uff0c\u60a8\u53ef\u4ee5\u901a\u8fc7\u591a\u6b21\u8c03\u7528<code>turtle.write()<\/code>\u51fd\u6570\u6765\u7ed8\u5236\u591a\u884c\u6587\u5b57\u3002\u8981\u5b9e\u73b0\u8fd9\u4e00\u70b9\uff0c\u53ef\u4ee5\u5728\u6bcf\u6b21\u8c03\u7528\u4e4b\u524d\u8c03\u6574\u6d77\u9f9f\u7684\u4f4d\u7f6e\u3002\u4f8b\u5982\uff1a<\/p>\n<pre><code class=\"language-python\">import turtle\n\nt = turtle.Turtle()\nt.penup()\nt.goto(0, 0)\nt.pendown()\nt.write(&quot;\u7b2c\u4e00\u884c\u6587\u5b57&quot;, font=(&quot;Arial&quot;, 16, &quot;normal&quot;))\nt.penup()\nt.goto(0, -30)  # \u5411\u4e0b\u79fb\u52a8\u4ee5\u7ed8\u5236\u4e0b\u4e00\u884c\nt.pendown()\nt.write(&quot;\u7b2c\u4e8c\u884c\u6587\u5b57&quot;, font=(&quot;Arial&quot;, 16, &quot;normal&quot;))\nturtle.done()\n<\/code><\/pre>\n<p>\u6b64\u4ee3\u7801\u5c06\u7ed8\u5236\u4e24\u884c\u6587\u5b57\uff0c\u6bcf\u884c\u4e4b\u95f4\u7559\u6709\u95f4\u8ddd\u3002<\/p>\n<p><strong>\u5982\u4f55\u6539\u53d8Python\u5c0f\u6d77\u9f9f\u7ed8\u5236\u6587\u5b57\u7684\u989c\u8272\uff1f<\/strong><br \/>\u60a8\u53ef\u4ee5\u901a\u8fc7<code>turtle.color()<\/code>\u51fd\u6570\u6765\u8bbe\u7f6e\u6587\u672c\u7684\u989c\u8272\u3002\u5728\u8c03\u7528<code>turtle.write()<\/code>\u4e4b\u524d\uff0c\u5148\u8bbe\u7f6e\u6240\u9700\u7684\u989c\u8272\u3002\u4f8b\u5982\uff1a<\/p>\n<pre><code class=\"language-python\">import turtle\n\nt = turtle.Turtle()\nt.color(&quot;blue&quot;)  # \u8bbe\u7f6e\u6587\u5b57\u989c\u8272\u4e3a\u84dd\u8272\nt.penup()\nt.goto(0, 0)\nt.pendown()\nt.write(&quot;\u8fd9\u662f\u4e00\u6bb5\u84dd\u8272\u6587\u5b57&quot;, font=(&quot;Arial&quot;, 16, &quot;normal&quot;))\nturtle.done()\n<\/code><\/pre>\n<p>\u901a\u8fc7\u8fd9\u79cd\u65b9\u5f0f\uff0c\u60a8\u53ef\u4ee5\u8f7b\u677e\u5730\u4e3a\u6587\u5b57\u6dfb\u52a0\u4e0d\u540c\u7684\u989c\u8272\uff0c\u4f7f\u5176\u66f4\u52a0\u751f\u52a8\u6709\u8da3\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u4f7f\u7528Python\u5c0f\u6d77\u9f9f\u5199\u6587\u5b57\u7684\u6b65\u9aa4\uff1a\u5bfc\u5165Turtle\u5e93\u3001\u521b\u5efaTurtle\u5bf9\u8c61\u3001\u8bbe\u7f6e\u6587\u5b57\u5c5e\u6027\u3001\u4f7f\u7528write() [&hellip;]","protected":false},"author":3,"featured_media":1081546,"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\/1081536"}],"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=1081536"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1081536\/revisions"}],"predecessor-version":[{"id":1081551,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1081536\/revisions\/1081551"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1081546"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1081536"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1081536"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1081536"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}