{"id":1166441,"date":"2025-01-15T15:32:14","date_gmt":"2025-01-15T07:32:14","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1166441.html"},"modified":"2025-01-15T15:32:17","modified_gmt":"2025-01-15T07:32:17","slug":"python%e5%a6%82%e4%bd%95%e5%bf%ab%e9%80%9f%e5%ad%a6%e4%bc%9a%e7%bc%96%e7%a8%8b","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1166441.html","title":{"rendered":"python\u5982\u4f55\u5feb\u901f\u5b66\u4f1a\u7f16\u7a0b"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/25210552\/6ee46f17-db49-4008-8071-e9228e2ce099.webp\" alt=\"python\u5982\u4f55\u5feb\u901f\u5b66\u4f1a\u7f16\u7a0b\" \/><\/p>\n<p><p> <strong>\u5feb\u901f\u5b66\u4f1aPython\u7f16\u7a0b\u7684\u5173\u952e\u5728\u4e8e\uff1a\u638c\u63e1\u57fa\u7840\u8bed\u6cd5\u3001\u52a8\u624b\u5b9e\u8df5\u3001\u5229\u7528\u4e30\u5bcc\u7684\u5b66\u4e60\u8d44\u6e90\u3001\u52a0\u5165\u7f16\u7a0b\u793e\u533a\u3001\u4ee5\u53ca\u6301\u7eed\u5b66\u4e60\u548c\u63d0\u5347\u3002<\/strong>\u5176\u4e2d\uff0c<strong>\u638c\u63e1\u57fa\u7840\u8bed\u6cd5<\/strong>\u662f\u6700\u91cd\u8981\u7684\u4e00\u70b9\uff0c\u53ea\u6709\u7406\u89e3\u4e86Python\u7684\u57fa\u672c\u8bed\u6cd5\u548c\u6570\u636e\u7ed3\u6784\uff0c\u624d\u80fd\u66f4\u597d\u5730\u8fdb\u884c\u540e\u7eed\u7684\u5b66\u4e60\u548c\u5b9e\u8df5\u3002\u4e0b\u9762\u6211\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u5982\u4f55\u901a\u8fc7\u8fd9\u51e0\u4e2a\u65b9\u9762\u6765\u5feb\u901f\u5b66\u4f1aPython\u7f16\u7a0b\u3002<\/p>\n<\/p>\n<p><h3>\u4e00\u3001\u638c\u63e1\u57fa\u7840\u8bed\u6cd5<\/h3>\n<\/p>\n<p><p>\u57fa\u7840\u8bed\u6cd5\u662f\u5b66\u4e60\u7f16\u7a0b\u7684\u8d77\u70b9\uff0cPython\u7684\u8bed\u6cd5\u76f8\u5bf9\u7b80\u5355\uff0c\u975e\u5e38\u9002\u5408\u521d\u5b66\u8005\u3002\u4ee5\u4e0b\u662f\u4e00\u4e9b\u91cd\u8981\u7684\u57fa\u7840\u8bed\u6cd5\u548c\u6982\u5ff5\uff1a<\/p>\n<\/p>\n<p><h4>1\u3001\u53d8\u91cf\u548c\u6570\u636e\u7c7b\u578b<\/h4>\n<\/p>\n<p><p>Python\u652f\u6301\u591a\u79cd\u6570\u636e\u7c7b\u578b\uff0c\u5305\u62ec\u6574\u6570\u3001\u6d6e\u70b9\u6570\u3001\u5b57\u7b26\u4e32\u3001\u5e03\u5c14\u503c\u548c\u5217\u8868\u7b49\u3002\u638c\u63e1\u4e0d\u540c\u7c7b\u578b\u7684\u6570\u636e\u53ca\u5176\u64cd\u4f5c\u662f\u7f16\u7a0b\u7684\u57fa\u7840\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u6574\u6570\u548c\u6d6e\u70b9\u6570<\/p>\n<p>a = 10<\/p>\n<p>b = 3.14<\/p>\n<h2><strong>\u5b57\u7b26\u4e32<\/strong><\/h2>\n<p>name = &quot;Python&quot;<\/p>\n<h2><strong>\u5e03\u5c14\u503c<\/strong><\/h2>\n<p>is_active = True<\/p>\n<h2><strong>\u5217\u8868<\/strong><\/h2>\n<p>fruits = [&quot;apple&quot;, &quot;banana&quot;, &quot;cherry&quot;]<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>2\u3001\u63a7\u5236\u7ed3\u6784<\/h4>\n<\/p>\n<p><p>\u63a7\u5236\u7ed3\u6784\u5305\u62ec\u6761\u4ef6\u8bed\u53e5\u548c\u5faa\u73af\u8bed\u53e5\uff0c\u5b83\u4eec\u7528\u4e8e\u63a7\u5236\u7a0b\u5e8f\u7684\u6267\u884c\u6d41\u7a0b\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u6761\u4ef6\u8bed\u53e5<\/p>\n<p>if a &gt; b:<\/p>\n<p>    print(&quot;a is greater than b&quot;)<\/p>\n<p>else:<\/p>\n<p>    print(&quot;a is not greater than b&quot;)<\/p>\n<h2><strong>\u5faa\u73af\u8bed\u53e5<\/strong><\/h2>\n<p>for fruit in fruits:<\/p>\n<p>    print(fruit)<\/p>\n<p>while a &gt; 0:<\/p>\n<p>    print(a)<\/p>\n<p>    a -= 1<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h4>3\u3001\u51fd\u6570\u548c\u6a21\u5757<\/h4>\n<\/p>\n<p><p>\u51fd\u6570\u662f\u4ee3\u7801\u91cd\u7528\u7684\u57fa\u7840\uff0c\u6a21\u5757\u662f\u7ec4\u7ec7\u4ee3\u7801\u7684\u65b9\u5f0f\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u51fd\u6570\u5b9a\u4e49<\/p>\n<p>def greet(name):<\/p>\n<p>    return f&quot;Hello, {name}!&quot;<\/p>\n<h2><strong>\u8c03\u7528\u51fd\u6570<\/strong><\/h2>\n<p>print(greet(&quot;World&quot;))<\/p>\n<h2><strong>\u5bfc\u5165\u6a21\u5757<\/strong><\/h2>\n<p>import math<\/p>\n<p>print(math.sqrt(16))<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u4e8c\u3001\u52a8\u624b\u5b9e\u8df5<\/h3>\n<\/p>\n<p><p>\u638c\u63e1\u57fa\u7840\u8bed\u6cd5\u540e\uff0c\u52a8\u624b\u5b9e\u8df5\u662f\u5de9\u56fa\u77e5\u8bc6\u7684\u6700\u4f73\u65b9\u5f0f\u3002\u53ef\u4ee5\u4ece\u4ee5\u4e0b\u51e0\u4e2a\u65b9\u9762\u5165\u624b\uff1a<\/p>\n<\/p>\n<p><h4>1\u3001\u7f16\u5199\u5c0f\u7a0b\u5e8f<\/h4>\n<\/p>\n<p><p>\u4ece\u7b80\u5355\u7684\u7a0b\u5e8f\u5f00\u59cb\uff0c\u6bd4\u5982\u8ba1\u7b97\u5668\u3001\u731c\u6570\u5b57\u6e38\u620f\u7b49\uff0c\u8fd9\u4e9b\u5c0f\u9879\u76ee\u53ef\u4ee5\u5e2e\u52a9\u7406\u89e3\u57fa\u672c\u6982\u5ff5\u548c\u8bed\u6cd5\u3002<\/p>\n<\/p>\n<p><h4>2\u3001\u53c2\u4e0e\u5728\u7ebf\u7f16\u7a0b\u7ec3\u4e60<\/h4>\n<\/p>\n<p><p>\u6709\u5f88\u591a\u5728\u7ebf\u7f16\u7a0b\u5e73\u53f0\u63d0\u4f9b\u7ec3\u4e60\u9898\u548c\u7ade\u8d5b\uff0c\u5982LeetCode\u3001HackerRank\u3001Codewars\u7b49\uff0c\u901a\u8fc7\u8fd9\u4e9b\u5e73\u53f0\u53ef\u4ee5\u4e0d\u65ad\u63d0\u5347\u7f16\u7a0b\u80fd\u529b\u3002<\/p>\n<\/p>\n<p><h4>3\u3001\u9879\u76ee\u5b9e\u8df5<\/h4>\n<\/p>\n<p><p>\u9879\u76ee\u5b9e\u8df5\u662f\u63d0\u9ad8\u7f16\u7a0b\u6c34\u5e73\u7684\u91cd\u8981\u9014\u5f84\uff0c\u53ef\u4ee5\u5c1d\u8bd5\u505a\u4e00\u4e9b\u5b9e\u9645\u9879\u76ee\uff0c\u6bd4\u5982\u7f51\u9875\u722c\u866b\u3001\u6570\u636e\u5206\u6790\u3001\u7b80\u5355\u7684Web\u5e94\u7528\u7b49\uff0c\u8fd9\u4e9b\u9879\u76ee\u80fd\u591f\u5e2e\u52a9\u7406\u89e3\u5982\u4f55\u5c06\u7406\u8bba\u5e94\u7528\u5230\u5b9e\u9645\u95ee\u9898\u4e2d\u3002<\/p>\n<\/p>\n<p><h3>\u4e09\u3001\u5229\u7528\u4e30\u5bcc\u7684\u5b66\u4e60\u8d44\u6e90<\/h3>\n<\/p>\n<p><p>\u5b66\u4e60Python\u7f16\u7a0b\u7684\u8d44\u6e90\u975e\u5e38\u4e30\u5bcc\uff0c\u5305\u62ec\u4e66\u7c4d\u3001\u5728\u7ebf\u6559\u7a0b\u3001\u89c6\u9891\u8bfe\u7a0b\u7b49\u3002\u4ee5\u4e0b\u662f\u4e00\u4e9b\u63a8\u8350\u7684\u8d44\u6e90\uff1a<\/p>\n<\/p>\n<p><h4>1\u3001\u4e66\u7c4d<\/h4>\n<\/p>\n<ul>\n<li>\u300aPython\u7f16\u7a0b\uff1a\u4ece\u5165\u95e8\u5230\u5b9e\u8df5\u300b\uff1a\u9002\u5408\u521d\u5b66\u8005\uff0c\u5185\u5bb9\u6db5\u76d6\u4e86\u57fa\u7840\u8bed\u6cd5\u548c\u5b9e\u8df5\u9879\u76ee\u3002<\/li>\n<li>\u300a\u6d41\u7545\u7684Python\u300b\uff1a\u9002\u5408\u6709\u4e00\u5b9a\u57fa\u7840\u7684\u7f16\u7a0b\u4eba\u5458\uff0c\u6df1\u5165\u4ecb\u7ecd\u4e86Python\u7684\u9ad8\u7ea7\u7279\u6027\u3002<\/li>\n<\/ul>\n<p><h4>2\u3001\u5728\u7ebf\u6559\u7a0b<\/h4>\n<\/p>\n<ul>\n<li>Codecademy\uff1a\u63d0\u4f9b\u4ea4\u4e92\u5f0f\u7684Python\u8bfe\u7a0b\uff0c\u975e\u5e38\u9002\u5408\u521d\u5b66\u8005\u3002<\/li>\n<li>Coursera\u548cedX\uff1a\u63d0\u4f9b\u540d\u6821\u7684Python\u8bfe\u7a0b\uff0c\u5185\u5bb9\u7cfb\u7edf\u4e14\u4e13\u4e1a\u3002<\/li>\n<\/ul>\n<p><h4>3\u3001\u89c6\u9891\u8bfe\u7a0b<\/h4>\n<\/p>\n<ul>\n<li>YouTube\uff1a\u6709\u5f88\u591a\u514d\u8d39\u7684Python\u6559\u7a0b\uff0c\u9002\u5408\u96f6\u57fa\u7840\u5165\u95e8\u3002<\/li>\n<li>Udemy\u548cPluralsight\uff1a\u63d0\u4f9b\u4ed8\u8d39\u7684\u9ad8\u7ea7Python\u8bfe\u7a0b\uff0c\u5185\u5bb9\u6df1\u5165\u4e14\u5b9e\u7528\u3002<\/li>\n<\/ul>\n<p><h3>\u56db\u3001\u52a0\u5165\u7f16\u7a0b\u793e\u533a<\/h3>\n<\/p>\n<p><p>\u52a0\u5165\u7f16\u7a0b\u793e\u533a\u53ef\u4ee5\u83b7\u5f97\u66f4\u591a\u7684\u5b66\u4e60\u8d44\u6e90\u548c\u5e2e\u52a9\uff0c\u540c\u65f6\u4e5f\u80fd\u7ed3\u8bc6\u4e00\u4e9b\u5fd7\u540c\u9053\u5408\u7684\u670b\u53cb\u3002\u4ee5\u4e0b\u662f\u4e00\u4e9b\u63a8\u8350\u7684\u793e\u533a\u548c\u8bba\u575b\uff1a<\/p>\n<\/p>\n<p><h4>1\u3001Stack Overflow<\/h4>\n<\/p>\n<p><p>\u5168\u7403\u6700\u5927\u7684\u7f16\u7a0b\u95ee\u7b54\u793e\u533a\uff0c\u51e0\u4e4e\u6240\u6709\u7684\u7f16\u7a0b\u95ee\u9898\u90fd\u80fd\u5728\u8fd9\u91cc\u627e\u5230\u7b54\u6848\u3002<\/p>\n<\/p>\n<p><h4>2\u3001GitHub<\/h4>\n<\/p>\n<p><p>\u5f00\u6e90\u9879\u76ee\u7684\u805a\u96c6\u5730\uff0c\u53ef\u4ee5\u901a\u8fc7\u53c2\u4e0e\u5f00\u6e90\u9879\u76ee\u6765\u63d0\u5347\u81ea\u5df1\u7684\u7f16\u7a0b\u80fd\u529b\u3002<\/p>\n<\/p>\n<p><h4>3\u3001Reddit<\/h4>\n<\/p>\n<p><p>\u6709\u5f88\u591a\u7f16\u7a0b\u76f8\u5173\u7684\u5b50\u7248\u5757\uff0c\u6bd4\u5982r\/learnpython\uff0c\u9002\u5408\u4ea4\u6d41\u548c\u5b66\u4e60\u3002<\/p>\n<\/p>\n<p><h3>\u4e94\u3001\u6301\u7eed\u5b66\u4e60\u548c\u63d0\u5347<\/h3>\n<\/p>\n<p><p>\u7f16\u7a0b\u662f\u4e00\u4e2a\u4e0d\u65ad\u5b66\u4e60\u548c\u63d0\u5347\u7684\u8fc7\u7a0b\uff0c\u4ee5\u4e0b\u662f\u4e00\u4e9b\u5efa\u8bae\uff1a<\/p>\n<\/p>\n<p><h4>1\u3001\u4fdd\u6301\u5b66\u4e60\u7684\u4e60\u60ef<\/h4>\n<\/p>\n<p><p>\u6bcf\u5929\u82b1\u4e00\u5b9a\u65f6\u95f4\u5b66\u4e60\u548c\u7ec3\u4e60\u7f16\u7a0b\uff0c\u4fdd\u6301\u8fde\u7eed\u6027\u3002<\/p>\n<\/p>\n<p><h4>2\u3001\u5173\u6ce8\u65b0\u6280\u672f\u548c\u8d8b\u52bf<\/h4>\n<\/p>\n<p><p>\u7f16\u7a0b\u6280\u672f\u53d1\u5c55\u8fc5\u901f\uff0c\u5173\u6ce8\u65b0\u6280\u672f\u548c\u8d8b\u52bf\uff0c\u4fdd\u6301\u6280\u672f\u7684\u5148\u8fdb\u6027\u3002<\/p>\n<\/p>\n<p><h4>3\u3001\u603b\u7ed3\u548c\u53cd\u601d<\/h4>\n<\/p>\n<p><p>\u5b9a\u671f\u603b\u7ed3\u5b66\u4e60\u548c\u5b9e\u8df5\u7684\u7ecf\u9a8c\uff0c\u53cd\u601d\u4e0d\u8db3\u4e4b\u5904\uff0c\u6301\u7eed\u6539\u8fdb\u3002<\/p>\n<\/p>\n<p><p>\u901a\u8fc7\u4ee5\u4e0a\u51e0\u4e2a\u65b9\u9762\u7684\u52aa\u529b\uff0c\u76f8\u4fe1\u4f60\u80fd\u591f\u5feb\u901f\u5b66\u4f1aPython\u7f16\u7a0b\u5e76\u4e0d\u65ad\u63d0\u5347\u81ea\u5df1\u7684\u7f16\u7a0b\u6c34\u5e73\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u9009\u62e9\u9002\u5408\u521d\u5b66\u8005\u7684Python\u5b66\u4e60\u8d44\u6e90\uff1f<\/strong><br \/>\u9009\u62e9\u9002\u5408\u7684\u5b66\u4e60\u8d44\u6e90\u5bf9\u4e8e\u521d\u5b66\u8005\u81f3\u5173\u91cd\u8981\u3002\u53ef\u4ee5\u4ece\u5728\u7ebf\u8bfe\u7a0b\u3001\u4e66\u7c4d\u548c\u6559\u7a0b\u4e2d\u5165\u624b\u3002\u4f8b\u5982\uff0cCoursera\u3001edX\u7b49\u5e73\u53f0\u63d0\u4f9b\u4e86\u4e13\u4e1a\u7684Python\u8bfe\u7a0b\uff0c\u9002\u5408\u4e0d\u540c\u6c34\u5e73\u7684\u5b66\u4e60\u8005\u3002\u4e66\u7c4d\u65b9\u9762\uff0c\u5982\u300aPython\u7f16\u7a0b\uff1a\u4ece\u5165\u95e8\u5230\u5b9e\u8df5\u300b\u548c\u300a\u6d41\u7545\u7684Python\u300b\u90fd\u662f\u4e0d\u9519\u7684\u9009\u62e9\u3002\u6b64\u5916\uff0cYouTube\u4e0a\u6709\u8bb8\u591a\u514d\u8d39\u7684Python\u7f16\u7a0b\u89c6\u9891\uff0c\u80fd\u591f\u5e2e\u52a9\u4f60\u66f4\u76f4\u89c2\u5730\u7406\u89e3\u7f16\u7a0b\u6982\u5ff5\u3002<\/p>\n<p><strong>\u5b66\u4e60Python\u7f16\u7a0b\u7684\u6700\u4f73\u5b9e\u8df5\u6709\u54ea\u4e9b\uff1f<\/strong><br \/>\u5728\u5b66\u4e60Python\u7f16\u7a0b\u65f6\uff0c\u517b\u6210\u826f\u597d\u7684\u7f16\u7a0b\u4e60\u60ef\u81f3\u5173\u91cd\u8981\u3002\u9996\u5148\uff0c\u5c3d\u91cf\u591a\u5199\u4ee3\u7801\uff0c\u901a\u8fc7\u5b9e\u8df5\u6765\u5de9\u56fa\u6240\u5b66\u77e5\u8bc6\u3002\u5176\u6b21\uff0c\u53c2\u4e0e\u5f00\u6e90\u9879\u76ee\u6216\u5728\u7ebf\u7f16\u7a0b\u793e\u533a\uff0c\u80fd\u591f\u83b7\u5f97\u53cd\u9988\u5e76\u4e0e\u5176\u4ed6\u5f00\u53d1\u8005\u4ea4\u6d41\u3002\u6b64\u5916\uff0c\u5b9a\u671f\u590d\u4e60\u548c\u603b\u7ed3\u6240\u5b66\u5185\u5bb9\uff0c\u6709\u52a9\u4e8e\u52a0\u6df1\u7406\u89e3\u3002\u5efa\u7acb\u81ea\u5df1\u7684\u9879\u76ee\u4e5f\u662f\u4e00\u4e2a\u5f88\u597d\u7684\u65b9\u5f0f\uff0c\u53ef\u4ee5\u8ba9\u4f60\u5728\u5b9e\u8df5\u4e2d\u89e3\u51b3\u95ee\u9898\uff0c\u63d0\u5347\u6280\u80fd\u3002<\/p>\n<p><strong>\u521d\u5b66\u8005\u5728\u5b66\u4e60Python\u65f6\u5e38\u89c1\u7684\u9519\u8bef\u6709\u54ea\u4e9b\uff1f<\/strong><br \/>\u521d\u5b66\u8005\u5728\u5b66\u4e60Python\u65f6\u53ef\u80fd\u4f1a\u72af\u4e00\u4e9b\u5e38\u89c1\u9519\u8bef\uff0c\u4f8b\u5982\u5bf9\u8bed\u6cd5\u7684\u7406\u89e3\u4e0d\u591f\u6df1\u5165\uff0c\u5bfc\u81f4\u4ee3\u7801\u51fa\u9519\u3002\u53e6\u4e00\u4e2a\u5e38\u89c1\u95ee\u9898\u662f\u8fc7\u4e8e\u4f9d\u8d56\u6559\u7a0b\uff0c\u7f3a\u4e4f\u72ec\u7acb\u601d\u8003\u548c\u89e3\u51b3\u95ee\u9898\u7684\u80fd\u529b\u3002\u6b64\u5916\uff0c\u4e0d\u91cd\u89c6\u8c03\u8bd5\u8fc7\u7a0b\u4e5f\u662f\u4e00\u4e2a\u8bef\u533a\uff0c\u8c03\u8bd5\u80fd\u591f\u5e2e\u52a9\u4f60\u7406\u89e3\u4ee3\u7801\u7684\u8fd0\u884c\u903b\u8f91\u3002\u5efa\u8bae\u5728\u9047\u5230\u56f0\u96be\u65f6\uff0c\u8bd5\u7740\u81ea\u5df1\u89e3\u51b3\uff0c\u6216\u8005\u67e5\u9605\u76f8\u5173\u6587\u6863\uff0c\u4ee5\u63d0\u9ad8\u81ea\u6211\u5b66\u4e60\u80fd\u529b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u5feb\u901f\u5b66\u4f1aPython\u7f16\u7a0b\u7684\u5173\u952e\u5728\u4e8e\uff1a\u638c\u63e1\u57fa\u7840\u8bed\u6cd5\u3001\u52a8\u624b\u5b9e\u8df5\u3001\u5229\u7528\u4e30\u5bcc\u7684\u5b66\u4e60\u8d44\u6e90\u3001\u52a0\u5165\u7f16\u7a0b\u793e\u533a\u3001\u4ee5\u53ca\u6301\u7eed\u5b66\u4e60\u548c\u63d0 [&hellip;]","protected":false},"author":3,"featured_media":1166448,"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\/1166441"}],"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=1166441"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1166441\/revisions"}],"predecessor-version":[{"id":1166451,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1166441\/revisions\/1166451"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1166448"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1166441"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1166441"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1166441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}