{"id":982018,"date":"2024-12-27T07:07:21","date_gmt":"2024-12-26T23:07:21","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/982018.html"},"modified":"2024-12-27T07:07:23","modified_gmt":"2024-12-26T23:07:23","slug":"python%e5%a6%82%e4%bd%95%e5%bf%ab%e9%80%9f%e8%8e%b7%e5%8f%96%e5%88%97%e8%a1%a8","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/982018.html","title":{"rendered":"python\u5982\u4f55\u5feb\u901f\u83b7\u53d6\u5217\u8868"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/24210706\/889b9871-2d04-4021-a42f-4fef48272901.webp\" alt=\"python\u5982\u4f55\u5feb\u901f\u83b7\u53d6\u5217\u8868\" \/><\/p>\n<p><p> <strong>Python\u4e2d\u5feb\u901f\u83b7\u53d6\u5217\u8868\u7684\u65b9\u6cd5\u5305\u62ec\uff1a\u5217\u8868\u63a8\u5bfc\u5f0f\u3001\u4f7f\u7528\u5185\u7f6e\u51fd\u6570\u5982range()\u548cmap()\u3001\u4ee5\u53ca\u901a\u8fc7\u7b2c\u4e09\u65b9\u5e93\u5982NumPy\u751f\u6210\u6570\u7ec4\u3002\u5217\u8868\u63a8\u5bfc\u5f0f\u662f\u4e00\u79cd\u975e\u5e38\u9ad8\u6548\u7684\u65b9\u5f0f\uff0c\u53ef\u4ee5\u901a\u8fc7\u7b80\u5355\u7684\u8bed\u6cd5\u5feb\u901f\u751f\u6210\u5217\u8868\u3002<\/strong><\/p>\n<\/p>\n<p><p>\u5217\u8868\u63a8\u5bfc\u5f0f\u662f\u4e00\u79cd\u7b80\u6d01\u4e14\u9ad8\u6548\u7684\u521b\u5efa\u5217\u8868\u7684\u65b9\u6cd5\uff0c\u5b83\u901a\u8fc7\u5728\u4e00\u884c\u4ee3\u7801\u4e2d\u5d4c\u5165for\u5faa\u73af\u548c\u6761\u4ef6\u5224\u65ad\u6765\u751f\u6210\u65b0\u5217\u8868\u3002\u4f8b\u5982\uff0c\u5982\u679c\u4f60\u60f3\u751f\u6210\u4e00\u4e2a\u5305\u542b\u524d10\u4e2a\u6574\u6570\u7684\u5e73\u65b9\u7684\u5217\u8868\uff0c\u53ea\u9700\u4e00\u884c\u4ee3\u7801\u5373\u53ef\u5b9e\u73b0\u3002\u5217\u8868\u63a8\u5bfc\u5f0f\u4e0d\u4ec5\u4f7f\u4ee3\u7801\u66f4\u7b80\u6d01\uff0c\u8fd8\u5f80\u5f80\u63d0\u4f9b\u66f4\u597d\u7684\u6027\u80fd\uff0c\u56e0\u4e3a\u5b83\u5728\u751f\u6210\u5217\u8868\u65f6\u51cf\u5c11\u4e86\u4e0d\u5fc5\u8981\u7684\u5faa\u73af\u5f00\u9500\u3002<\/p>\n<\/p>\n<p><p>\u4e00\u3001\u5217\u8868\u63a8\u5bfc\u5f0f<\/p>\n<\/p>\n<p><p>\u5217\u8868\u63a8\u5bfc\u5f0f\u662fPython\u4e2d\u7684\u4e00\u79cd\u8bed\u6cd5\u7cd6\uff0c\u53ef\u4ee5\u901a\u8fc7\u4e00\u884c\u4ee3\u7801\u751f\u6210\u5217\u8868\u3002\u5176\u8bed\u6cd5\u4e3a\uff1a[expression for item in iterable if condition]\u3002\u8fd9\u79cd\u65b9\u6cd5\u4e0d\u4ec5\u7b80\u5316\u4e86\u4ee3\u7801\uff0c\u8fd8\u63d0\u9ad8\u4e86\u6267\u884c\u6548\u7387\u3002<\/p>\n<\/p>\n<ol>\n<li>\u793a\u4f8b\u8bf4\u660e<\/li>\n<\/ol>\n<p><p>\u5047\u8bbe\u4f60\u60f3\u751f\u6210\u4e00\u4e2a\u5305\u542b1\u523010\u7684\u5e73\u65b9\u7684\u5217\u8868\uff0c\u53ef\u4ee5\u4f7f\u7528\u5217\u8868\u63a8\u5bfc\u5f0f\u6765\u5b9e\u73b0\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">squares = [x2 for x in range(1, 11)]<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u6bb5\u4ee3\u7801\u5c06\u751f\u6210\u4e00\u4e2a\u5305\u542b1\u523010\u7684\u5e73\u65b9\u7684\u5217\u8868\uff1a[1, 4, 9, 16, 25, 36, 49, 64, 81, 100]\u3002<\/p>\n<\/p>\n<ol start=\"2\">\n<li>\u4f18\u52bf\u5206\u6790<\/li>\n<\/ol>\n<p><p>\u5217\u8868\u63a8\u5bfc\u5f0f\u7684\u4f18\u52bf\u5728\u4e8e\u5176\u7b80\u6d01\u6027\u548c\u53ef\u8bfb\u6027\u3002\u76f8\u6bd4\u4e8e\u4f7f\u7528for\u5faa\u73af\u521b\u5efa\u5217\u8868\uff0c\u5217\u8868\u63a8\u5bfc\u5f0f\u53ef\u4ee5\u5728\u4e00\u884c\u4ee3\u7801\u4e2d\u5b8c\u6210\u540c\u6837\u7684\u64cd\u4f5c\u3002\u7531\u4e8e\u5217\u8868\u63a8\u5bfc\u5f0f\u5728\u5e95\u5c42\u4f7f\u7528C\u8bed\u8a00\u5b9e\u73b0\uff0c\u901a\u5e38\u6bd4\u4f7f\u7528for\u5faa\u73af\u66f4\u5feb\u3002<\/p>\n<\/p>\n<p><p>\u4e8c\u3001\u4f7f\u7528\u5185\u7f6e\u51fd\u6570<\/p>\n<\/p>\n<p><p>Python\u63d0\u4f9b\u4e86\u4e00\u4e9b\u5185\u7f6e\u51fd\u6570\uff0c\u53ef\u4ee5\u5feb\u901f\u751f\u6210\u5217\u8868\uff0c\u4f8b\u5982range()\u3001map()\u548cfilter()\u7b49\u3002\u8fd9\u4e9b\u51fd\u6570\u901a\u5e38\u5728\u751f\u6210\u5e8f\u5217\u6216\u5bf9\u53ef\u8fed\u4ee3\u5bf9\u8c61\u8fdb\u884c\u8f6c\u6362\u65f6\u975e\u5e38\u6709\u7528\u3002<\/p>\n<\/p>\n<ol>\n<li>\u4f7f\u7528range()<\/li>\n<\/ol>\n<p><p>range()\u51fd\u6570\u7528\u4e8e\u751f\u6210\u4e00\u4e2a\u6574\u6570\u5e8f\u5217\u3002\u53ef\u4ee5\u5c06\u5176\u8f6c\u6362\u4e3a\u5217\u8868\u4ee5\u83b7\u5f97\u76f8\u5e94\u7684\u6574\u6570\u5217\u8868\u3002\u4f8b\u5982\uff0c\u751f\u6210\u4e00\u4e2a\u4ece0\u52309\u7684\u6574\u6570\u5217\u8868\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">numbers = list(range(10))<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u5c06\u751f\u6210\u4e00\u4e2a\u5217\u8868\uff1a[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\u3002<\/p>\n<\/p>\n<ol start=\"2\">\n<li>\u4f7f\u7528map()<\/li>\n<\/ol>\n<p><p>map()\u51fd\u6570\u7528\u4e8e\u5bf9\u53ef\u8fed\u4ee3\u5bf9\u8c61\u7684\u6bcf\u4e2a\u5143\u7d20\u5e94\u7528\u6307\u5b9a\u7684\u51fd\u6570\uff0c\u5e76\u8fd4\u56de\u4e00\u4e2amap\u5bf9\u8c61\u3002\u53ef\u4ee5\u901a\u8fc7list()\u51fd\u6570\u5c06\u5176\u8f6c\u6362\u4e3a\u5217\u8868\u3002\u4f8b\u5982\uff0c\u751f\u6210\u4e00\u4e2a\u5217\u8868\uff0c\u5176\u4e2d\u5305\u542b\u6240\u6709\u5143\u7d20\u7684\u5e73\u65b9\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">squares = list(map(lambda x: x2, range(1, 11)))<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u5c06\u751f\u6210\u4e0e\u5217\u8868\u63a8\u5bfc\u5f0f\u76f8\u540c\u7684\u7ed3\u679c\uff1a[1, 4, 9, 16, 25, 36, 49, 64, 81, 100]\u3002<\/p>\n<\/p>\n<p><p>\u4e09\u3001\u5229\u7528\u7b2c\u4e09\u65b9\u5e93<\/p>\n<\/p>\n<p><p>\u5f53\u9700\u8981\u5904\u7406\u5927\u578b\u6570\u636e\u96c6\u6216\u8fdb\u884c\u590d\u6742\u7684\u6570\u503c\u8ba1\u7b97\u65f6\uff0c\u7b2c\u4e09\u65b9\u5e93\u5982NumPy\u53ef\u4ee5\u63d0\u4f9b\u5f3a\u5927\u7684\u529f\u80fd\u548c\u9ad8\u6548\u7684\u6027\u80fd\u3002<\/p>\n<\/p>\n<ol>\n<li>NumPy\u6570\u7ec4<\/li>\n<\/ol>\n<p><p>NumPy\u662f\u4e00\u4e2a\u7528\u4e8e\u79d1\u5b66\u8ba1\u7b97\u7684Python\u5e93\uff0c\u5b83\u63d0\u4f9b\u4e86\u4e00\u4e2a\u5f3a\u5927\u7684N\u7ef4\u6570\u7ec4\u5bf9\u8c61\u3002NumPy\u6570\u7ec4\u53ef\u4ee5\u901a\u8fc7\u7b80\u5355\u7684\u51fd\u6570\u8c03\u7528\u5feb\u901f\u751f\u6210\u3002\u4f8b\u5982\uff0c\u751f\u6210\u4e00\u4e2a\u5305\u542b0\u52309\u7684\u6570\u7ec4\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import numpy as np<\/p>\n<p>array = np.arange(10)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u5c06\u751f\u6210\u4e00\u4e2aNumPy\u6570\u7ec4\uff1a[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\u3002<\/p>\n<\/p>\n<ol start=\"2\">\n<li>\u6027\u80fd\u4f18\u52bf<\/li>\n<\/ol>\n<p><p>NumPy\u5728\u5904\u7406\u5927\u578b\u6570\u7ec4\u65f6\u5177\u6709\u663e\u8457\u7684\u6027\u80fd\u4f18\u52bf\uff0c\u56e0\u4e3a\u5b83\u5728\u5e95\u5c42\u4f7f\u7528C\u8bed\u8a00\u5b9e\u73b0\u3002\u5bf9\u4e8e\u9700\u8981\u8fdb\u884c\u6570\u503c\u8ba1\u7b97\u7684\u4efb\u52a1\uff0cNumPy\u901a\u5e38\u6bd4Python\u7684\u5185\u7f6e\u5217\u8868\u66f4\u9ad8\u6548\u3002<\/p>\n<\/p>\n<p><p>\u56db\u3001\u5217\u8868\u7684\u5e38\u89c1\u64cd\u4f5c<\/p>\n<\/p>\n<p><p>\u5728\u521b\u5efa\u5217\u8868\u540e\uff0c\u901a\u5e38\u9700\u8981\u5bf9\u5176\u8fdb\u884c\u5404\u79cd\u64cd\u4f5c\uff0c\u4f8b\u5982\u8bbf\u95ee\u5143\u7d20\u3001\u6dfb\u52a0\u6216\u5220\u9664\u5143\u7d20\u3001\u6392\u5e8f\u7b49\u3002Python\u63d0\u4f9b\u4e86\u4e00\u4e9b\u5185\u7f6e\u65b9\u6cd5\u6765\u5e2e\u52a9\u5b8c\u6210\u8fd9\u4e9b\u64cd\u4f5c\u3002<\/p>\n<\/p>\n<ol>\n<li>\u8bbf\u95ee\u5143\u7d20<\/li>\n<\/ol>\n<p><p>\u53ef\u4ee5\u901a\u8fc7\u7d22\u5f15\u8bbf\u95ee\u5217\u8868\u4e2d\u7684\u5143\u7d20\u3002\u7d22\u5f15\u4ece0\u5f00\u59cb\u3002\u4f8b\u5982\uff0c\u8bbf\u95ee\u5217\u8868\u4e2d\u7684\u7b2c\u4e00\u4e2a\u5143\u7d20\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">numbers = [1, 2, 3, 4, 5]<\/p>\n<p>first_element = numbers[0]<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u5c06\u8fd4\u56de1\u3002<\/p>\n<\/p>\n<ol start=\"2\">\n<li>\u6dfb\u52a0\u5143\u7d20<\/li>\n<\/ol>\n<p><p>\u53ef\u4ee5\u4f7f\u7528append()\u65b9\u6cd5\u5728\u5217\u8868\u672b\u5c3e\u6dfb\u52a0\u4e00\u4e2a\u5143\u7d20\uff0c\u6216\u8005\u4f7f\u7528insert()\u65b9\u6cd5\u5728\u6307\u5b9a\u4f4d\u7f6e\u63d2\u5165\u4e00\u4e2a\u5143\u7d20\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">numbers.append(6)  # \u5728\u672b\u5c3e\u6dfb\u52a06<\/p>\n<p>numbers.insert(0, 0)  # \u5728\u5f00\u5934\u63d2\u51650<\/p>\n<p><\/code><\/pre>\n<\/p>\n<ol start=\"3\">\n<li>\u5220\u9664\u5143\u7d20<\/li>\n<\/ol>\n<p><p>\u53ef\u4ee5\u4f7f\u7528remove()\u65b9\u6cd5\u5220\u9664\u6307\u5b9a\u503c\u7684\u7b2c\u4e00\u4e2a\u5339\u914d\u9879\uff0c\u6216\u8005\u4f7f\u7528pop()\u65b9\u6cd5\u5220\u9664\u6307\u5b9a\u7d22\u5f15\u5904\u7684\u5143\u7d20\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">numbers.remove(3)  # \u5220\u9664\u503c\u4e3a3\u7684\u5143\u7d20<\/p>\n<p>last_element = numbers.pop()  # \u5220\u9664\u5e76\u8fd4\u56de\u6700\u540e\u4e00\u4e2a\u5143\u7d20<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u4e94\u3001\u603b\u7ed3<\/p>\n<\/p>\n<p><p>Python\u63d0\u4f9b\u4e86\u591a\u79cd\u65b9\u6cd5\u6765\u5feb\u901f\u751f\u6210\u548c\u64cd\u4f5c\u5217\u8868\uff0c\u5305\u62ec\u5217\u8868\u63a8\u5bfc\u5f0f\u3001\u5185\u7f6e\u51fd\u6570\u548c\u7b2c\u4e09\u65b9\u5e93\u3002\u5217\u8868\u63a8\u5bfc\u5f0f\u662f\u751f\u6210\u5217\u8868\u7684\u7b80\u6d01\u9ad8\u6548\u65b9\u5f0f\uff1b\u5185\u7f6e\u51fd\u6570\u5982range()\u548cmap()\u53ef\u4ee5\u8f7b\u677e\u751f\u6210\u548c\u8f6c\u6362\u5e8f\u5217\uff1bNumPy\u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u6570\u503c\u8ba1\u7b97\u80fd\u529b\uff0c\u9002\u7528\u4e8e\u5927\u578b\u6570\u636e\u96c6\u548c\u590d\u6742\u8ba1\u7b97\u4efb\u52a1\u3002\u5728\u5b9e\u9645\u5f00\u53d1\u4e2d\uff0c\u53ef\u4ee5\u6839\u636e\u5177\u4f53\u9700\u6c42\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5\u6765\u64cd\u4f5c\u5217\u8868\u3002\u901a\u8fc7\u719f\u7ec3\u638c\u63e1\u8fd9\u4e9b\u6280\u672f\uff0c\u53ef\u4ee5\u663e\u8457\u63d0\u9ad8\u4ee3\u7801\u7684\u6548\u7387\u548c\u53ef\u8bfb\u6027\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u4f7f\u7528Python\u5185\u7f6e\u51fd\u6570\u5feb\u901f\u521b\u5efa\u5217\u8868\uff1f<\/strong><br \/>Python\u63d0\u4f9b\u4e86\u4e00\u4e9b\u5185\u7f6e\u51fd\u6570\uff0c\u5982<code>list()<\/code>\u548c\u5217\u8868\u63a8\u5bfc\u5f0f\uff0c\u53ef\u4ee5\u975e\u5e38\u5feb\u901f\u5730\u521b\u5efa\u5217\u8868\u3002\u4f8b\u5982\uff0c\u4f7f\u7528<code>list(range(10))<\/code>\u53ef\u4ee5\u751f\u6210\u4e00\u4e2a\u5305\u542b0\u52309\u7684\u6574\u6570\u5217\u8868\uff0c\u800c\u5217\u8868\u63a8\u5bfc\u5f0f\u5982<code>[x**2 for x in range(10)]<\/code>\u5219\u53ef\u4ee5\u751f\u62100\u52309\u7684\u5e73\u65b9\u6570\u5217\u8868\u3002\u8fd9\u4e9b\u65b9\u6cd5\u4e0d\u4ec5\u7b80\u6d01\uff0c\u800c\u4e14\u8fd0\u884c\u6548\u7387\u9ad8\u3002<\/p>\n<p><strong>\u5728Python\u4e2d\uff0c\u5982\u4f55\u4ece\u73b0\u6709\u6570\u636e\u5feb\u901f\u751f\u6210\u5217\u8868\uff1f<\/strong><br \/>\u5982\u679c\u4f60\u5df2\u7ecf\u6709\u4e00\u4e2a\u6570\u636e\u96c6\uff0c\u6bd4\u5982\u4e00\u4e2a\u5b57\u7b26\u4e32\u6216\u4e00\u4e2a\u96c6\u5408\uff0cPython\u63d0\u4f9b\u4e86\u591a\u79cd\u65b9\u6cd5\u6765\u5feb\u901f\u751f\u6210\u5217\u8868\u3002\u4f8b\u5982\uff0c\u4f7f\u7528<code>split()<\/code>\u65b9\u6cd5\u53ef\u4ee5\u5c06\u4e00\u4e2a\u5b57\u7b26\u4e32\u5206\u5272\u6210\u5217\u8868\uff0c<code>list()<\/code>\u51fd\u6570\u53ef\u4ee5\u5c06\u5143\u7ec4\u6216\u96c6\u5408\u8f6c\u6362\u4e3a\u5217\u8868\u3002\u8fd9\u79cd\u7075\u6d3b\u6027\u4f7f\u5f97\u6570\u636e\u5904\u7406\u53d8\u5f97\u66f4\u52a0\u9ad8\u6548\u3002<\/p>\n<p><strong>\u5982\u4f55\u4f7f\u7528NumPy\u5e93\u5feb\u901f\u521b\u5efa\u5927\u578b\u5217\u8868\uff1f<\/strong><br \/>\u5bf9\u4e8e\u9700\u8981\u5904\u7406\u5927\u91cf\u6570\u636e\u7684\u60c5\u51b5\uff0cNumPy\u5e93\u63d0\u4f9b\u4e86\u975e\u5e38\u9ad8\u6548\u7684\u6570\u7ec4\u5bf9\u8c61<code>ndarray<\/code>\uff0c\u867d\u7136\u5b83\u4e0d\u662f\u4f20\u7edf\u7684Python\u5217\u8868\uff0c\u4f46\u53ef\u4ee5\u901a\u8fc7<code>numpy.array()<\/code>\u5feb\u901f\u521b\u5efa\u6570\u7ec4\uff0c\u5e76\u4e14\u652f\u6301\u8bb8\u591a\u6570\u5b66\u8fd0\u7b97\u548c\u64cd\u4f5c\u3002\u901a\u8fc7\u4f7f\u7528<code>numpy.arange()<\/code>\u548c<code>numpy.linspace()<\/code>\u7b49\u51fd\u6570\uff0c\u53ef\u4ee5\u5feb\u901f\u751f\u6210\u6570\u503c\u5e8f\u5217\uff0c\u6781\u5927\u5730\u63d0\u9ad8\u4e86\u6570\u636e\u5904\u7406\u7684\u901f\u5ea6\u548c\u6548\u7387\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"Python\u4e2d\u5feb\u901f\u83b7\u53d6\u5217\u8868\u7684\u65b9\u6cd5\u5305\u62ec\uff1a\u5217\u8868\u63a8\u5bfc\u5f0f\u3001\u4f7f\u7528\u5185\u7f6e\u51fd\u6570\u5982range()\u548cmap()\u3001\u4ee5\u53ca\u901a\u8fc7\u7b2c\u4e09\u65b9\u5e93\u5982 [&hellip;]","protected":false},"author":3,"featured_media":982026,"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\/982018"}],"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=982018"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/982018\/revisions"}],"predecessor-version":[{"id":982027,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/982018\/revisions\/982027"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/982026"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=982018"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=982018"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=982018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}