{"id":1146158,"date":"2025-01-08T23:14:33","date_gmt":"2025-01-08T15:14:33","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1146158.html"},"modified":"2025-01-08T23:14:36","modified_gmt":"2025-01-08T15:14:36","slug":"%e7%94%a8python%e5%a6%82%e4%bd%95%e5%86%99%e5%87%ba%e7%9b%b4%e8%a7%92%e4%b8%89%e8%a7%92%e5%bd%a2","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1146158.html","title":{"rendered":"\u7528python\u5982\u4f55\u5199\u51fa\u76f4\u89d2\u4e09\u89d2\u5f62"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/24182354\/e8e34e75-bbf3-4210-94c8-dc0e4c0010c4.webp\" alt=\"\u7528python\u5982\u4f55\u5199\u51fa\u76f4\u89d2\u4e09\u89d2\u5f62\" \/><\/p>\n<p><p> <strong>\u7528Python\u5199\u51fa\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u65b9\u6cd5\u53ef\u4ee5\u901a\u8fc7\u591a\u79cd\u65b9\u5f0f\u5b9e\u73b0\uff0c\u5982\u4f7f\u7528\u5faa\u73af\u3001\u9012\u5f52\u3001\u6216\u662f\u56fe\u5f62\u5e93\u3002\u6700\u5e38\u89c1\u7684\u65b9\u6cd5\u5305\u62ec\uff1a\u4f7f\u7528for\u5faa\u73af\u3001\u4f7f\u7528\u9012\u5f52\u51fd\u6570\u3001\u501f\u52a9\u7b2c\u4e09\u65b9\u5e93\u5982Turtle\u7b49\u3002\u672c\u6587\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u8fd9\u4e9b\u65b9\u6cd5\uff0c\u5e76\u5c55\u5f00\u63cf\u8ff0\u4f7f\u7528for\u5faa\u73af\u7684\u65b9\u6cd5\u3002<\/strong><\/p>\n<\/p>\n<p><p><strong>\u4f7f\u7528for\u5faa\u73af\u7684\u65b9\u6cd5\u7b80\u5355\u3001\u76f4\u89c2\uff0c\u975e\u5e38\u9002\u5408\u521d\u5b66\u8005\u3002\u901a\u8fc7\u5d4c\u5957\u7684for\u5faa\u73af\uff0c\u6211\u4eec\u53ef\u4ee5\u9010\u884c\u6253\u5370\u51fa\u4e09\u89d2\u5f62\u7684\u6bcf\u4e00\u884c\uff0c\u9010\u884c\u589e\u52a0\u5b57\u7b26\u6570\u3002\u5177\u4f53\u6b65\u9aa4\u5982\u4e0b\uff1a<\/strong><\/p>\n<\/p>\n<p><h2>\u4e00\u3001\u4f7f\u7528for\u5faa\u73af\u7ed8\u5236\u76f4\u89d2\u4e09\u89d2\u5f62<\/h2>\n<\/p>\n<p><h3>1\u3001\u57fa\u672c\u6982\u5ff5<\/h3>\n<\/p>\n<p><p>\u5728Python\u4e2d\uff0c\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528\u5d4c\u5957\u7684for\u5faa\u73af\u6765\u9010\u884c\u6253\u5370\u76f4\u89d2\u4e09\u89d2\u5f62\u3002\u5916\u5c42\u5faa\u73af\u63a7\u5236\u884c\u6570\uff0c\u5185\u5c42\u5faa\u73af\u63a7\u5236\u6bcf\u884c\u7684\u5b57\u7b26\u6570\u3002<\/p>\n<\/p>\n<p><h3>2\u3001\u5177\u4f53\u4ee3\u7801\u5b9e\u73b0<\/h3>\n<\/p>\n<p><p>\u4e0b\u9762\u662f\u4e00\u6bb5\u57fa\u672c\u7684\u4ee3\u7801\u793a\u4f8b\uff0c\u5c55\u793a\u4e86\u5982\u4f55\u4f7f\u7528for\u5faa\u73af\u5728\u63a7\u5236\u53f0\u6253\u5370\u4e00\u4e2a\u76f4\u89d2\u4e09\u89d2\u5f62\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">def draw_right_angle_triangle(height):<\/p>\n<p>    for i in range(1, height + 1):<\/p>\n<p>        print(&#39;*&#39; * i)<\/p>\n<h2><strong>\u793a\u4f8b\u8c03\u7528<\/strong><\/h2>\n<p>draw_right_angle_triangle(5)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u6bb5\u4ee3\u7801\u4e2d\uff0c<code>draw_right_angle_triangle<\/code> \u51fd\u6570\u63a5\u53d7\u4e00\u4e2a\u53c2\u6570 <code>height<\/code>\uff0c\u8868\u793a\u4e09\u89d2\u5f62\u7684\u9ad8\u5ea6\u3002\u5916\u5c42\u7684 <code>for<\/code> \u5faa\u73af\u4ece1\u8fed\u4ee3\u5230 <code>height<\/code>\uff0c\u6bcf\u6b21\u8fed\u4ee3\u5185\u5c42\u7684 <code>print<\/code> \u8bed\u53e5\u4f1a\u6253\u5370\u51fa\u5bf9\u5e94\u6570\u91cf\u7684 <code>*<\/code> \u5b57\u7b26\u3002<\/p>\n<\/p>\n<p><h3>3\u3001\u8be6\u7ec6\u89e3\u91ca<\/h3>\n<\/p>\n<p><p>\u5728\u8fd9\u4e2a\u4ee3\u7801\u793a\u4f8b\u4e2d\uff0c<code>range(1, height + 1)<\/code> \u521b\u5efa\u4e86\u4e00\u4e2a\u4ece1\u5230 <code>height<\/code>\uff08\u5305\u62ec <code>height<\/code>\uff09\u7684\u6574\u6570\u5e8f\u5217\u3002\u5bf9\u4e8e\u6bcf\u4e2a\u6574\u6570 <code>i<\/code>\uff0c<code>print(&#39;*&#39; * i)<\/code> \u6253\u5370\u51fa <code>i<\/code> \u4e2a <code>*<\/code> \u5b57\u7b26\uff0c\u5f62\u6210\u4e00\u884c\u3002\u7531\u4e8e\u6bcf\u4e00\u884c\u7684 <code>*<\/code> \u6570\u91cf\u9010\u6e10\u589e\u52a0\uff0c\u4ece\u800c\u5f62\u6210\u7acb\u4e86\u4e00\u4e2a\u76f4\u89d2\u4e09\u89d2\u5f62\u3002<\/p>\n<\/p>\n<p><h2>\u4e8c\u3001\u4f7f\u7528\u9012\u5f52\u7ed8\u5236\u76f4\u89d2\u4e09\u89d2\u5f62<\/h2>\n<\/p>\n<p><h3>1\u3001\u57fa\u672c\u6982\u5ff5<\/h3>\n<\/p>\n<p><p>\u9012\u5f52\u662f\u4e00\u79cd\u51fd\u6570\u8c03\u7528\u81ea\u8eab\u7684\u7f16\u7a0b\u6280\u5de7\u3002\u6211\u4eec\u53ef\u4ee5\u5229\u7528\u9012\u5f52\u6765\u9010\u884c\u6253\u5370\u76f4\u89d2\u4e09\u89d2\u5f62\u3002<\/p>\n<\/p>\n<p><h3>2\u3001\u5177\u4f53\u4ee3\u7801\u5b9e\u73b0<\/h3>\n<\/p>\n<p><p>\u4e0b\u9762\u662f\u4e00\u6bb5\u4f7f\u7528\u9012\u5f52\u7ed8\u5236\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u4ee3\u7801\u793a\u4f8b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">def draw_right_angle_triangle_recursive(height, current=1):<\/p>\n<p>    if current &gt; height:<\/p>\n<p>        return<\/p>\n<p>    print(&#39;*&#39; * current)<\/p>\n<p>    draw_right_angle_triangle_recursive(height, current + 1)<\/p>\n<h2><strong>\u793a\u4f8b\u8c03\u7528<\/strong><\/h2>\n<p>draw_right_angle_triangle_recursive(5)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>3\u3001\u8be6\u7ec6\u89e3\u91ca<\/h3>\n<\/p>\n<p><p>\u5728\u8fd9\u4e2a\u4ee3\u7801\u793a\u4f8b\u4e2d\uff0c<code>draw_right_angle_triangle_recursive<\/code> \u51fd\u6570\u63a5\u53d7\u4e24\u4e2a\u53c2\u6570\uff1a<code>height<\/code> \u548c <code>current<\/code>\u3002<code>height<\/code> \u8868\u793a\u4e09\u89d2\u5f62\u7684\u9ad8\u5ea6\uff0c<code>current<\/code> \u8868\u793a\u5f53\u524d\u884c\u7684\u884c\u53f7\u3002\u51fd\u6570\u9996\u5148\u68c0\u67e5 <code>current<\/code> \u662f\u5426\u5927\u4e8e <code>height<\/code>\uff0c\u5982\u679c\u662f\uff0c\u5219\u9012\u5f52\u7ed3\u675f\u3002\u5426\u5219\uff0c\u51fd\u6570\u6253\u5370\u51fa <code>current<\/code> \u4e2a <code>*<\/code> \u5b57\u7b26\uff0c\u5e76\u9012\u5f52\u8c03\u7528\u81ea\u8eab\uff0c\u884c\u53f7\u52a01\u3002<\/p>\n<\/p>\n<p><h2>\u4e09\u3001\u4f7f\u7528Turtle\u5e93\u7ed8\u5236\u76f4\u89d2\u4e09\u89d2\u5f62<\/h2>\n<\/p>\n<p><h3>1\u3001\u57fa\u672c\u6982\u5ff5<\/h3>\n<\/p>\n<p><p>Turtle\u662fPython\u5185\u7f6e\u7684\u4e00\u4e2a\u975e\u5e38\u6d41\u884c\u7684\u7ed8\u56fe\u6a21\u5757\uff0c\u7279\u522b\u9002\u7528\u4e8e\u7ed8\u5236\u56fe\u5f62\u3002<\/p>\n<\/p>\n<p><h3>2\u3001\u5177\u4f53\u4ee3\u7801\u5b9e\u73b0<\/h3>\n<\/p>\n<p><p>\u4e0b\u9762\u662f\u4e00\u6bb5\u4f7f\u7528Turtle\u5e93\u7ed8\u5236\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u4ee3\u7801\u793a\u4f8b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import turtle<\/p>\n<p>def draw_right_angle_triangle_turtle(length):<\/p>\n<p>    t = turtle.Turtle()<\/p>\n<p>    t.forward(length)<\/p>\n<p>    t.left(90)<\/p>\n<p>    t.forward(length)<\/p>\n<p>    t.left(135)<\/p>\n<p>    t.forward(length * (2  0.5))<\/p>\n<p>    turtle.done()<\/p>\n<h2><strong>\u793a\u4f8b\u8c03\u7528<\/strong><\/h2>\n<p>draw_right_angle_triangle_turtle(100)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>3\u3001\u8be6\u7ec6\u89e3\u91ca<\/h3>\n<\/p>\n<p><p>\u5728\u8fd9\u4e2a\u4ee3\u7801\u793a\u4f8b\u4e2d\uff0c\u6211\u4eec\u9996\u5148\u5bfc\u5165\u4e86 <code>turtle<\/code> \u6a21\u5757\u3002\u7136\u540e\uff0c\u6211\u4eec\u521b\u5efa\u4e86\u4e00\u4e2a <code>Turtle<\/code> \u5bf9\u8c61 <code>t<\/code>\u3002\u63a5\u4e0b\u6765\uff0c\u6211\u4eec\u4f7f\u7528 <code>t.forward<\/code> \u548c <code>t.left<\/code> \u65b9\u6cd5\u5206\u522b\u79fb\u52a8\u548c\u65cb\u8f6c\u4e4c\u9f9f\uff0c\u4ee5\u7ed8\u5236\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u4e09\u6761\u8fb9\u3002\u6700\u540e\uff0c\u8c03\u7528 <code>turtle.done()<\/code> \u6765\u7ed3\u675f\u7ed8\u56fe\u3002<\/p>\n<\/p>\n<p><h2>\u56db\u3001\u603b\u7ed3<\/h2>\n<\/p>\n<p><h3>1\u3001for\u5faa\u73af\u6cd5<\/h3>\n<\/p>\n<p><p><strong>\u4f18\u70b9<\/strong>\uff1a\u7b80\u5355\u3001\u76f4\u89c2\uff0c\u9002\u5408\u521d\u5b66\u8005\u3002<\/p>\n<p><strong>\u7f3a\u70b9<\/strong>\uff1a\u4e0d\u9002\u7528\u4e8e\u590d\u6742\u7684\u56fe\u5f62\u3002<\/p>\n<\/p>\n<p><h3>2\u3001\u9012\u5f52\u6cd5<\/h3>\n<\/p>\n<p><p><strong>\u4f18\u70b9<\/strong>\uff1a\u4ee3\u7801\u7b80\u6d01\uff0c\u9002\u5408\u9012\u5f52\u95ee\u9898\u3002<\/p>\n<p><strong>\u7f3a\u70b9<\/strong>\uff1a\u5bf9\u4e8e\u975e\u5e38\u5927\u7684\u8f93\u5165\uff0c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u6808\u6ea2\u51fa\u3002<\/p>\n<\/p>\n<p><h3>3\u3001Turtle\u5e93\u6cd5<\/h3>\n<\/p>\n<p><p><strong>\u4f18\u70b9<\/strong>\uff1a\u9002\u7528\u4e8e\u7ed8\u5236\u590d\u6742\u56fe\u5f62\u3002<\/p>\n<p><strong>\u7f3a\u70b9<\/strong>\uff1a\u9700\u8981\u4e86\u89e3Turtle\u5e93\u7684\u57fa\u7840\u77e5\u8bc6\u3002<\/p>\n<\/p>\n<p><p>\u603b\u4e4b\uff0c<strong>\u6839\u636e\u5177\u4f53\u9700\u6c42\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5<\/strong>\uff0c\u53ef\u4ee5\u5e2e\u52a9\u4f60\u66f4\u52a0\u9ad8\u6548\u5730\u5b9e\u73b0\u76ee\u6807\u3002\u5728\u7f16\u7a0b\u4e2d\uff0c\u719f\u7ec3\u638c\u63e1\u4e0d\u540c\u7684\u5b9e\u73b0\u65b9\u6cd5\uff0c\u4e0d\u4ec5\u80fd\u63d0\u9ad8\u7f16\u7801\u6548\u7387\uff0c\u8fd8\u80fd\u589e\u5f3a\u89e3\u51b3\u95ee\u9898\u7684\u80fd\u529b\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u4f7f\u7528Python\u7ed8\u5236\u76f4\u89d2\u4e09\u89d2\u5f62\uff1f<\/strong><br \/>\u8981\u5728Python\u4e2d\u7ed8\u5236\u76f4\u89d2\u4e09\u89d2\u5f62\uff0c\u53ef\u4ee5\u4f7f\u7528<code>matplotlib<\/code>\u5e93\uff0c\u7279\u522b\u9002\u5408\u4e8e\u56fe\u5f62\u7ed8\u5236\u3002\u901a\u8fc7\u8bbe\u7f6e\u5750\u6807\u70b9\u5e76\u4f7f\u7528<code>plot()<\/code>\u51fd\u6570\uff0c\u53ef\u4ee5\u8f7b\u677e\u5730\u5b9e\u73b0\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u7ed8\u5236\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<pre><code class=\"language-python\">import matplotlib.pyplot as plt\n\n# \u5b9a\u4e49\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u4e09\u4e2a\u9876\u70b9\nx = [0, 1, 0]\ny = [0, 0, 1]\n\n# \u7ed8\u5236\u4e09\u89d2\u5f62\nplt.fill(x, y, &#39;b&#39;)  # &#39;b&#39;\u8868\u793a\u586b\u5145\u989c\u8272\u4e3a\u84dd\u8272\nplt.xlim(-1, 2)  # \u8bbe\u7f6ex\u8f74\u8303\u56f4\nplt.ylim(-1, 2)  # \u8bbe\u7f6ey\u8f74\u8303\u56f4\nplt.grid()\nplt.title(&#39;\u76f4\u89d2\u4e09\u89d2\u5f62&#39;)\nplt.show()\n<\/code><\/pre>\n<p>\u6b64\u4ee3\u7801\u5c06\u663e\u793a\u4e00\u4e2a\u76f4\u89d2\u4e09\u89d2\u5f62\uff0c\u9876\u70b9\u5750\u6807\u4e3a(0,0)\u3001(1,0)\u548c(0,1)\u3002<\/p>\n<p><strong>\u4f7f\u7528Python\u53ef\u4ee5\u7ed8\u5236\u591a\u79cd\u5f62\u72b6\u5417\uff1f<\/strong><br \/>\u662f\u7684\uff0cPython\u63d0\u4f9b\u4e86\u591a\u79cd\u5e93\u6765\u7ed8\u5236\u4e0d\u540c\u7684\u5f62\u72b6\u548c\u56fe\u5f62\u3002\u9664\u4e86<code>matplotlib<\/code>\u5916\uff0c<code>turtle<\/code>\u5e93\u4e5f\u975e\u5e38\u9002\u5408\u521d\u5b66\u8005\u8fdb\u884c\u56fe\u5f62\u7f16\u7a0b\u3002\u4f7f\u7528\u8fd9\u4e9b\u5e93\uff0c\u53ef\u4ee5\u521b\u5efa\u5404\u79cd\u51e0\u4f55\u5f62\u72b6\uff0c\u5305\u62ec\u5706\u5f62\u3001\u77e9\u5f62\u3001\u4e09\u89d2\u5f62\u7b49\uff0c\u751a\u81f3\u53ef\u4ee5\u5b9e\u73b0\u52a8\u753b\u6548\u679c\u3002<\/p>\n<p><strong>\u6211\u9700\u8981\u5b89\u88c5\u7279\u5b9a\u7684\u5e93\u624d\u80fd\u7ed8\u5236\u76f4\u89d2\u4e09\u89d2\u5f62\u5417\uff1f<\/strong><br \/>\u786e\u5b9e\uff0c\u5728\u4f7f\u7528<code>matplotlib<\/code>\u5e93\u4e4b\u524d\uff0c\u9700\u8981\u786e\u4fdd\u5b83\u5df2\u7ecf\u5b89\u88c5\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u5728\u7ec8\u7aef\u6216\u547d\u4ee4\u63d0\u793a\u7b26\u4e2d\u5b89\u88c5\uff1a<\/p>\n<pre><code class=\"language-bash\">pip install matplotlib\n<\/code><\/pre>\n<p>\u5b89\u88c5\u5b8c\u6210\u540e\uff0c\u5c31\u53ef\u4ee5\u5728Python\u4ee3\u7801\u4e2d\u5bfc\u5165\u8be5\u5e93\u5e76\u5f00\u59cb\u7ed8\u5236\u56fe\u5f62\u4e86\u3002<\/p>\n<p><strong>\u5982\u4f55\u5728Python\u4e2d\u5b9e\u73b0\u591a\u79cd\u989c\u8272\u7684\u76f4\u89d2\u4e09\u89d2\u5f62\uff1f<\/strong><br \/>\u5728\u4f7f\u7528<code>matplotlib<\/code>\u7ed8\u5236\u76f4\u89d2\u4e09\u89d2\u5f62\u65f6\uff0c\u53ef\u4ee5\u901a\u8fc7\u8c03\u6574<code>fill()<\/code>\u51fd\u6570\u4e2d\u7684\u53c2\u6570\u6765\u5b9e\u73b0\u4e0d\u540c\u989c\u8272\u3002\u4f8b\u5982\uff0c\u53ef\u4ee5\u4f7f\u7528<code>&#39;r&#39;<\/code>\u8868\u793a\u7ea2\u8272\u3001<code>&#39;g&#39;<\/code>\u8868\u793a\u7eff\u8272\u7b49\u3002\u82e5\u8981\u5b9e\u73b0\u6e10\u53d8\u8272\u6216\u591a\u79cd\u989c\u8272\u7684\u6548\u679c\uff0c\u5219\u9700\u8981\u4f7f\u7528\u66f4\u591a\u7684\u7ed8\u56fe\u6280\u5de7\uff0c\u4f8b\u5982\u7ed8\u5236\u591a\u4e2a\u5c0f\u4e09\u89d2\u5f62\u5e76\u8d4b\u4e88\u4e0d\u540c\u989c\u8272\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u7528Python\u5199\u51fa\u76f4\u89d2\u4e09\u89d2\u5f62\u7684\u65b9\u6cd5\u53ef\u4ee5\u901a\u8fc7\u591a\u79cd\u65b9\u5f0f\u5b9e\u73b0\uff0c\u5982\u4f7f\u7528\u5faa\u73af\u3001\u9012\u5f52\u3001\u6216\u662f\u56fe\u5f62\u5e93\u3002\u6700\u5e38\u89c1\u7684\u65b9\u6cd5\u5305\u62ec\uff1a\u4f7f\u7528f [&hellip;]","protected":false},"author":3,"featured_media":1146168,"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\/1146158"}],"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=1146158"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1146158\/revisions"}],"predecessor-version":[{"id":1146171,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1146158\/revisions\/1146171"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1146168"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1146158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1146158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1146158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}