{"id":962139,"date":"2024-12-27T04:05:28","date_gmt":"2024-12-26T20:05:28","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/962139.html"},"modified":"2024-12-27T04:05:31","modified_gmt":"2024-12-26T20:05:31","slug":"%e5%a6%82%e4%bd%95%e6%9f%a5%e7%9c%8bpython%e5%8f%af%e4%bb%a5%e6%a8%a1%e5%9d%97","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/962139.html","title":{"rendered":"\u5982\u4f55\u67e5\u770bpython\u53ef\u4ee5\u6a21\u5757"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/25104158\/c4e7d073-a9cc-4322-a1e3-b3036e39a065.webp\" alt=\"\u5982\u4f55\u67e5\u770bpython\u53ef\u4ee5\u6a21\u5757\" \/><\/p>\n<p><p> \u5728Python\u4e2d\u67e5\u770b\u53ef\u7528\u6a21\u5757\u7684\u65b9\u6cd5\u6709\u591a\u79cd\uff0c\u4e3b\u8981\u5305\u62ec\uff1a\u4f7f\u7528Python\u6807\u51c6\u5e93\u63d0\u4f9b\u7684\u5de5\u5177\u3001\u901a\u8fc7\u7b2c\u4e09\u65b9\u5de5\u5177\u548c\u5305\u7ba1\u7406\u5668\u3001\u4ee5\u53ca\u67e5\u770b\u5b89\u88c5\u76ee\u5f55\u3002\u5177\u4f53\u65b9\u6cd5\u5305\u62ec\uff1a<strong>\u4f7f\u7528<code>help()<\/code>\u51fd\u6570\u3001\u4f7f\u7528<code>pip list<\/code>\u547d\u4ee4\u3001\u67e5\u770bPython\u5b89\u88c5\u76ee\u5f55<\/strong>\u3002\u4ee5\u4e0b\u662f\u5173\u4e8e\u8fd9\u4e9b\u65b9\u6cd5\u7684\u8be6\u7ec6\u8bf4\u660e\u548c\u64cd\u4f5c\u6b65\u9aa4\u3002<\/p>\n<\/p>\n<p><p>\u4e00\u3001\u4f7f\u7528<code>help()<\/code>\u51fd\u6570<\/p>\n<\/p>\n<p><p><code>help()<\/code>\u51fd\u6570\u662fPython\u5185\u7f6e\u7684\u4e00\u4e2a\u975e\u5e38\u6709\u7528\u7684\u5de5\u5177\uff0c\u5b83\u53ef\u4ee5\u7528\u4e8e\u67e5\u770b\u6a21\u5757\u7684\u4fe1\u606f\uff0c\u5305\u62ec\u5176\u529f\u80fd\u3001\u7528\u6cd5\u548c\u53ef\u7528\u7684\u6a21\u5757\u5217\u8868\u3002<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u67e5\u770b\u6a21\u5757\u5217\u8868<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u542f\u52a8Python\u89e3\u91ca\u5668\uff0c\u5728\u547d\u4ee4\u884c\u8f93\u5165<code>python<\/code>\u6216<code>python3<\/code>\u8fdb\u5165\u4ea4\u4e92\u6a21\u5f0f\u3002<\/li>\n<li>\u8f93\u5165<code>help(&#39;modules&#39;)<\/code>\u547d\u4ee4\u3002\u8fd9\u4f1a\u5217\u51fa\u5f53\u524d\u73af\u5883\u4e2d\u6240\u6709\u53ef\u7528\u7684\u6a21\u5757\u3002<\/li>\n<\/ul>\n<p><pre><code class=\"language-python\">&gt;&gt;&gt; help(&#39;modules&#39;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8be5\u547d\u4ee4\u4f1a\u626b\u63cf\u4f60\u7684Python\u73af\u5883\uff0c\u5e76\u8f93\u51fa\u6240\u6709\u53ef\u7528\u7684\u6807\u51c6\u5e93\u548c\u7b2c\u4e09\u65b9\u5e93\u6a21\u5757\u3002\u6ce8\u610f\uff0c\u8f93\u51fa\u7684\u5185\u5bb9\u53ef\u80fd\u4f1a\u6bd4\u8f83\u957f\uff0c\u56e0\u4e3a\u5b83\u5305\u62ec\u4e86\u6240\u6709\u5b89\u88c5\u7684\u6a21\u5757\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u67e5\u770b\u7279\u5b9a\u6a21\u5757\u7684\u5e2e\u52a9\u4fe1\u606f<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u5982\u679c\u4f60\u5bf9\u67d0\u4e2a\u6a21\u5757\u611f\u5174\u8da3\uff0c\u6bd4\u5982<code>math<\/code>\u6a21\u5757\uff0c\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u65b9\u5f0f\u67e5\u770b\u5176\u8be6\u7ec6\u4fe1\u606f\uff1a<\/li>\n<\/ul>\n<p><pre><code class=\"language-python\">&gt;&gt;&gt; help(&#39;math&#39;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u5c06\u663e\u793a\u8be5\u6a21\u5757\u7684\u8be6\u7ec6\u6587\u6863\uff0c\u5305\u62ec\u53ef\u7528\u7684\u51fd\u6570\u3001\u7c7b\u53ca\u5176\u7528\u6cd5\u3002<\/p>\n<\/p>\n<\/li>\n<\/ol>\n<p><p>\u4e8c\u3001\u4f7f\u7528<code>pip list<\/code>\u547d\u4ee4<\/p>\n<\/p>\n<p><p><code>pip<\/code>\u662fPython\u7684\u5305\u7ba1\u7406\u5de5\u5177\uff0c\u5b83\u53ef\u4ee5\u7528\u4e8e\u5b89\u88c5\u3001\u5347\u7ea7\u548c\u5378\u8f7dPython\u5305\uff0c\u540c\u65f6\u4e5f\u53ef\u4ee5\u5217\u51fa\u5df2\u5b89\u88c5\u7684\u5305\u3002<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u5217\u51fa\u6240\u6709\u5df2\u5b89\u88c5\u7684\u5305<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u5728\u547d\u4ee4\u884c\u7ec8\u7aef\uff0c\u8f93\u5165\u4ee5\u4e0b\u547d\u4ee4\uff1a<\/li>\n<\/ul>\n<p><pre><code class=\"language-bash\">pip list<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u6216\u8005<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip3 list<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u5c06\u8f93\u51fa\u5f53\u524d\u73af\u5883\u4e2d\u6240\u6709\u5df2\u5b89\u88c5\u7684Python\u5305\u53ca\u5176\u7248\u672c\u4fe1\u606f\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u68c0\u67e5\u7279\u5b9a\u5305\u662f\u5426\u5df2\u5b89\u88c5<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u60f3\u8981\u68c0\u67e5\u67d0\u4e2a\u5305\u662f\u5426\u5df2\u5b89\u88c5\uff0c\u53ef\u4ee5\u7ed3\u5408<code>grep<\/code>\u547d\u4ee4\uff08\u5728Linux\u548cMacOS\u4e2d\uff09\u4f7f\u7528\uff1a<\/li>\n<\/ul>\n<p><pre><code class=\"language-bash\">pip list | grep package_name<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728Windows\u4e2d\u53ef\u4ee5\u4f7f\u7528<code>findstr<\/code>\u547d\u4ee4\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip list | findstr package_name<\/p>\n<p><\/code><\/pre>\n<\/p>\n<\/li>\n<\/ol>\n<p><p>\u4e09\u3001\u67e5\u770bPython\u5b89\u88c5\u76ee\u5f55<\/p>\n<\/p>\n<p><p>\u6709\u65f6\u67e5\u770bPython\u5b89\u88c5\u76ee\u5f55\u53ef\u4ee5\u5e2e\u52a9\u4f60\u4e86\u89e3\u54ea\u4e9b\u6a21\u5757\u5728\u6807\u51c6\u5e93\u4e2d\u53ef\u7528\uff0c\u7279\u522b\u662f\u5728\u6ca1\u6709\u4e92\u8054\u7f51\u8fde\u63a5\u7684\u60c5\u51b5\u4e0b\u3002<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u627e\u5230Python\u7684\u5b89\u88c5\u8def\u5f84<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u5728\u547d\u4ee4\u884c\u8f93\u5165\u4ee5\u4e0b\u547d\u4ee4\uff1a<\/li>\n<\/ul>\n<p><pre><code class=\"language-bash\">python -c &quot;import sys; print(sys.executable)&quot;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u4f1a\u8f93\u51faPython\u89e3\u91ca\u5668\u7684\u8def\u5f84\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u67e5\u770b<code>Lib<\/code>\u76ee\u5f55<\/strong><\/p>\n<\/p>\n<ul>\n<li>\n<p>\u5728\u4e0a\u8ff0\u8def\u5f84\u4e0b\uff0c\u627e\u5230<code>Lib<\/code>\u76ee\u5f55\uff0c\u8fd9\u4e2a\u76ee\u5f55\u5305\u542b\u4e86Python\u7684\u6807\u51c6\u5e93\u6a21\u5757\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p>\u4f60\u53ef\u4ee5\u76f4\u63a5\u6253\u5f00\u8fd9\u4e2a\u76ee\u5f55\u67e5\u770b\u91cc\u9762\u7684\u5185\u5bb9\uff0c\u6240\u6709\u4ee5<code>.py<\/code>\u7ed3\u5c3e\u7684\u6587\u4ef6\u548c\u6587\u4ef6\u5939\u90fd\u662f\u53ef\u7528\u7684\u6a21\u5757\u3002<\/p>\n<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p><p>\u56db\u3001\u4f7f\u7528\u96c6\u6210\u5f00\u53d1\u73af\u5883\uff08IDE\uff09<\/p>\n<\/p>\n<p><p>\u73b0\u4ee3\u7684\u96c6\u6210\u5f00\u53d1\u73af\u5883\uff08IDE\uff09\u5982PyCharm\u3001VSCode\u7b49\u901a\u5e38\u81ea\u5e26\u5305\u7ba1\u7406\u548c\u6a21\u5757\u67e5\u770b\u529f\u80fd\u3002<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>PyCharm<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u5728PyCharm\u4e2d\uff0c\u6253\u5f00\u9879\u76ee\u8bbe\u7f6e\uff0c\u53ef\u4ee5\u67e5\u770b\u6240\u6709\u53ef\u7528\u7684\u89e3\u91ca\u5668\u548c\u5df2\u5b89\u88c5\u7684\u5305\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>VSCode<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u5728VSCode\u4e2d\uff0c\u53ef\u4ee5\u901a\u8fc7\u6269\u5c55\u63d2\u4ef6\u5982Python\u63d2\u4ef6\u67e5\u770b\u548c\u7ba1\u7406\u5305\u3002\u901a\u8fc7\u547d\u4ee4\u9762\u677f\u8f93\u5165\u547d\u4ee4<code>Python: Select Interpreter<\/code>\u67e5\u770b\u5f53\u524d\u4f7f\u7528\u7684\u89e3\u91ca\u5668\u548c\u5176\u6a21\u5757\u3002<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p><p>\u4e94\u3001\u901a\u8fc7\u5728\u7ebf\u8d44\u6e90\u67e5\u8be2<\/p>\n<\/p>\n<p><p>\u6709\u65f6\u76f4\u63a5\u901a\u8fc7\u5728\u7ebf\u8d44\u6e90\u67e5\u8be2\u662f\u6700\u65b9\u4fbf\u7684\u65b9\u5f0f\uff0c\u7279\u522b\u662f\u5f53\u4f60\u60f3\u8981\u4e86\u89e3\u67d0\u4e2a\u6a21\u5757\u7684\u8be6\u7ec6\u4fe1\u606f\u6216\u4f7f\u7528\u793a\u4f8b\u65f6\u3002<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u5b98\u65b9\u6587\u6863<\/strong><\/p>\n<\/p>\n<ul>\n<li>Python\u7684\u5b98\u65b9\u6587\u6863\uff08<a href=\"https:\/\/docs.python.org\/3\/%EF%BC%89%E6%8F%90%E4%BE%9B%E4%BA%86%E6%89%80%E6%9C%89%E6%A0%87%E5%87%86%E5%BA%93%E6%A8%A1%E5%9D%97%E7%9A%84%E8%AF%A6%E7%BB%86%E4%BF%A1%E6%81%AF%E5%92%8C%E4%BD%BF%E7%94%A8%E7%A4%BA%E4%BE%8B%E3%80%82\">https:\/\/docs.python.org\/3\/\uff09\u63d0\u4f9b\u4e86\u6240\u6709\u6807\u51c6\u5e93\u6a21\u5757\u7684\u8be6\u7ec6\u4fe1\u606f\u548c\u4f7f\u7528\u793a\u4f8b\u3002<\/a><\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>\u7b2c\u4e09\u65b9\u5e93\u6587\u6863<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u5bf9\u4e8e\u7b2c\u4e09\u65b9\u5e93\uff0c\u53ef\u4ee5\u8bbf\u95ee\u5176\u5b98\u65b9\u6587\u6863\u6216GitHub\u9875\u9762\uff0c\u4e00\u822c\u5728<code>README.md<\/code>\u4e2d\u4f1a\u6709\u8be6\u7ec6\u7684\u8bf4\u660e\u548c\u4f7f\u7528\u6307\u5357\u3002<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p><p>\u516d\u3001\u4f7f\u7528<code>pkgutil<\/code>\u6a21\u5757<\/p>\n<\/p>\n<p><p><code>pkgutil<\/code>\u6a21\u5757\u662fPython\u6807\u51c6\u5e93\u7684\u4e00\u90e8\u5206\uff0c\u53ef\u4ee5\u7528\u6765\u904d\u5386\u5305\u53ca\u5176\u5b50\u5305\u3002<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u5217\u51fa\u53ef\u7528\u6a21\u5757<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u4f7f\u7528<code>pkgutil.iter_modules()<\/code>\u51fd\u6570\u53ef\u4ee5\u5217\u51fa\u53ef\u7528\u6a21\u5757\uff1a<\/li>\n<\/ul>\n<p><pre><code class=\"language-python\">import pkgutil<\/p>\n<p>for module_info in pkgutil.iter_modules():<\/p>\n<p>    print(module_info.name)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u6bb5\u4ee3\u7801\u4f1a\u8f93\u51fa\u5f53\u524d\u73af\u5883\u4e2d\u6240\u6709\u53ef\u7528\u7684\u6a21\u5757\u540d\u79f0\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u68c0\u67e5\u7279\u5b9a\u6a21\u5757<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u53ef\u4ee5\u901a\u8fc7<code>pkgutil.find_loader()<\/code>\u68c0\u67e5\u7279\u5b9a\u6a21\u5757\u662f\u5426\u5b58\u5728\uff1a<\/li>\n<\/ul>\n<p><pre><code class=\"language-python\">import pkgutil<\/p>\n<p>if pkgutil.find_loader(&#39;numpy&#39;):<\/p>\n<p>    print(&quot;Numpy is installed&quot;)<\/p>\n<p>else:<\/p>\n<p>    print(&quot;Numpy is not installed&quot;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<\/li>\n<\/ol>\n<p><p>\u603b\u7ed3\uff0c\u4ee5\u4e0a\u8fd9\u4e9b\u65b9\u6cd5\u53ef\u4ee5\u5e2e\u52a9\u4f60\u5168\u9762\u4e86\u89e3Python\u73af\u5883\u4e2d\u53ef\u7528\u7684\u6a21\u5757\u3002\u6839\u636e\u4e0d\u540c\u7684\u9700\u6c42\u548c\u73af\u5883\uff0c\u53ef\u4ee5\u9009\u62e9\u6700\u9002\u5408\u7684\u65b9\u6cd5\u8fdb\u884c\u67e5\u8be2\u548c\u7ba1\u7406\u3002\u901a\u8fc7\u4e86\u89e3\u8fd9\u4e9b\u5de5\u5177\u548c\u6280\u5de7\uff0c\u4f60\u53ef\u4ee5\u66f4\u6709\u6548\u5730\u5229\u7528Python\u7684\u4e30\u5bcc\u8d44\u6e90\u6765\u5f00\u53d1\u5e94\u7528\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u786e\u8ba4\u6211\u7684Python\u73af\u5883\u4e2d\u5df2\u5b89\u88c5\u54ea\u4e9b\u6a21\u5757\uff1f<\/strong><br \/>\u60a8\u53ef\u4ee5\u4f7f\u7528\u547d\u4ee4\u884c\u5de5\u5177\uff0c\u8f93\u5165<code>pip list<\/code>\u6765\u67e5\u770b\u5f53\u524dPython\u73af\u5883\u4e2d\u5df2\u5b89\u88c5\u7684\u6240\u6709\u6a21\u5757\u53ca\u5176\u7248\u672c\u3002\u8fd9\u5c06\u5217\u51fa\u6240\u6709\u901a\u8fc7pip\u5b89\u88c5\u7684\u5e93\u548c\u5de5\u5177\uff0c\u65b9\u4fbf\u60a8\u4e86\u89e3\u53ef\u7528\u7684\u6a21\u5757\u3002<\/p>\n<p><strong>\u6211\u5982\u4f55\u83b7\u53d6\u67d0\u4e2a\u7279\u5b9a\u6a21\u5757\u7684\u8be6\u7ec6\u4fe1\u606f\uff1f<\/strong><br \/>\u8981\u83b7\u53d6\u7279\u5b9a\u6a21\u5757\u7684\u8be6\u7ec6\u4fe1\u606f\uff0c\u53ef\u4ee5\u4f7f\u7528<code>pip show &lt;\u6a21\u5757\u540d&gt;<\/code>\u547d\u4ee4\u3002\u4f8b\u5982\uff0c\u8f93\u5165<code>pip show numpy<\/code>\u5c06\u663e\u793a\u8be5\u6a21\u5757\u7684\u7248\u672c\u3001\u5b89\u88c5\u4f4d\u7f6e\u548c\u4f9d\u8d56\u5173\u7cfb\u7b49\u4fe1\u606f\uff0c\u8fd9\u5bf9\u4e86\u89e3\u6a21\u5757\u7684\u4f7f\u7528\u60c5\u51b5\u548c\u8981\u6c42\u975e\u5e38\u6709\u5e2e\u52a9\u3002<\/p>\n<p><strong>\u662f\u5426\u6709\u5176\u4ed6\u65b9\u6cd5\u53ef\u4ee5\u67e5\u770bPython\u6a21\u5757\u7684\u6587\u6863\u6216\u4f7f\u7528\u793a\u4f8b\uff1f<\/strong><br \/>\u662f\u7684\uff0c\u60a8\u53ef\u4ee5\u8bbf\u95ee\u5b98\u65b9\u6587\u6863\u7f51\u7ad9\uff0c\u4f8b\u5982Python\u7684\u5b98\u65b9\u7f51\u7ad9\u6216\u7279\u5b9a\u6a21\u5757\u7684GitHub\u9875\u9762\u3002\u5927\u591a\u6570\u6a21\u5757\u90fd\u6709\u8be6\u7ec6\u7684\u6587\u6863\uff0c\u63d0\u4f9b\u5b89\u88c5\u6307\u5357\u3001\u4f7f\u7528\u793a\u4f8b\u548cAPI\u53c2\u8003\u3002\u6b64\u5916\uff0c\u4f7f\u7528<code>help(&lt;\u6a21\u5757\u540d&gt;)<\/code>\u547d\u4ee4\u5728Python\u4ea4\u4e92\u5f0f\u73af\u5883\u4e2d\u4e5f\u53ef\u4ee5\u83b7\u5f97\u8be5\u6a21\u5757\u7684\u57fa\u672c\u4fe1\u606f\u548c\u4f7f\u7528\u65b9\u6cd5\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u5728Python\u4e2d\u67e5\u770b\u53ef\u7528\u6a21\u5757\u7684\u65b9\u6cd5\u6709\u591a\u79cd\uff0c\u4e3b\u8981\u5305\u62ec\uff1a\u4f7f\u7528Python\u6807\u51c6\u5e93\u63d0\u4f9b\u7684\u5de5\u5177\u3001\u901a\u8fc7\u7b2c\u4e09\u65b9\u5de5\u5177\u548c\u5305\u7ba1\u7406\u5668 [&hellip;]","protected":false},"author":3,"featured_media":962144,"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\/962139"}],"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=962139"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/962139\/revisions"}],"predecessor-version":[{"id":962147,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/962139\/revisions\/962147"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/962144"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=962139"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=962139"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=962139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}