{"id":953814,"date":"2024-12-27T01:48:20","date_gmt":"2024-12-26T17:48:20","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/953814.html"},"modified":"2024-12-27T01:48:22","modified_gmt":"2024-12-26T17:48:22","slug":"%e5%a6%82%e4%bd%95%e7%94%a8python%e5%ae%9e%e7%8e%b0%e6%8c%87%e6%95%b0","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/953814.html","title":{"rendered":"\u5982\u4f55\u7528python\u5b9e\u73b0\u6307\u6570"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/25094205\/b353b325-06ac-41a8-9c63-624ab1fb6819.webp\" alt=\"\u5982\u4f55\u7528python\u5b9e\u73b0\u6307\u6570\" \/><\/p>\n<p><p> <strong>\u4f7f\u7528Python\u5b9e\u73b0\u6307\u6570\u8fd0\u7b97\u7684\u65b9\u6cd5\u5305\u62ec\uff1a\u4f7f\u7528\u5185\u7f6e\u7684\u5e42\u8fd0\u7b97\u7b26\uff08<\/strong>\uff09\u3001\u4f7f\u7528math\u5e93\u4e2d\u7684pow\u51fd\u6570\u3001\u4f7f\u7528numpy\u5e93\u4e2d\u7684power\u51fd\u6570\u3002\u5176\u4e2d\uff0c\u4f7f\u7528\u5185\u7f6e\u7684\u5e42\u8fd0\u7b97\u7b26\u662f\u6700\u76f4\u63a5\u4e14\u9ad8\u6548\u7684\u65b9\u5f0f\uff0c\u56e0\u4e3aPython\u7684\u5185\u7f6e\u8fd0\u7b97\u7b26\u901a\u5e38\u7ecf\u8fc7\u4f18\u5316\uff0c\u9002\u7528\u4e8e\u5927\u591a\u6570\u7b80\u5355\u7684\u6307\u6570\u8fd0\u7b97\u3002\u4e0b\u9762\u8be6\u7ec6\u4ecb\u7ecd\u8fd9\u4e09\u79cd\u65b9\u6cd5\u7684\u5b9e\u73b0\u53ca\u5176\u9002\u7528\u573a\u666f\u3002<\/p>\n<\/p>\n<p><p>\u4e00\u3001\u4f7f\u7528\u5185\u7f6e\u5e42\u8fd0\u7b97\u7b26<\/p>\n<\/p>\n<p><p>Python\u63d0\u4f9b\u4e86\u4e00\u4e2a\u7b80\u5355\u6613\u7528\u7684\u5185\u7f6e\u8fd0\u7b97\u7b26\u201c<strong>\u201d\u7528\u4e8e\u6307\u6570\u8fd0\u7b97\u3002\u8fd9\u4e2a\u8fd0\u7b97\u7b26\u53ef\u4ee5\u76f4\u63a5\u5728\u4e24\u4e2a\u6570\u5b57\u4e4b\u95f4\u4f7f\u7528\uff0c\u5f62\u5f0f\u4e3a<code>base &lt;\/strong&gt; exponent<\/code>\uff0c\u8868\u793a\u5bf9\u57fa\u6570base\u8fdb\u884c\u6307\u6570exponent\u6b21\u65b9\u8fd0\u7b97\u3002<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u57fa\u672c\u7528\u6cd5<\/strong><\/p>\n<\/p>\n<p><p>\u5e42\u8fd0\u7b97\u7b26\u53ef\u4ee5\u7528\u4e8e\u6574\u6570\u3001\u6d6e\u70b9\u6570\u4ee5\u53ca\u8d1f\u6307\u6570\u8fd0\u7b97\u3002\u5176\u57fa\u672c\u7528\u6cd5\u5982\u4e0b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">result = 2  3  # \u8ba1\u7b972\u76843\u6b21\u65b9\uff0c\u7ed3\u679c\u4e3a8<\/p>\n<p>print(result)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u4e0a\u9762\u7684\u4f8b\u5b50\u4e2d\uff0c<code>2  3<\/code>\u7684\u8ba1\u7b97\u7ed3\u679c\u662f8\uff0c\u8fd9\u8868\u660ePython\u7684\u5e42\u8fd0\u7b97\u7b26\u53ef\u4ee5\u76f4\u63a5\u8fdb\u884c\u6307\u6570\u8fd0\u7b97\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u8d1f\u6307\u6570<\/strong><\/p>\n<\/p>\n<p><p>Python\u7684\u5e42\u8fd0\u7b97\u7b26\u4e5f\u652f\u6301\u8d1f\u6307\u6570\u8fd0\u7b97\uff0c\u5373\u8ba1\u7b97\u57fa\u6570\u7684\u8d1f\u6307\u6570\u6b21\u65b9\uff0c\u76f8\u5f53\u4e8e\u6c42\u57fa\u6570\u7684\u5012\u6570\u7684\u6b63\u6307\u6570\u6b21\u65b9\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">result = 2  -3  # \u8ba1\u7b972\u7684-3\u6b21\u65b9\uff0c\u7ed3\u679c\u4e3a0.125<\/p>\n<p>print(result)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u4e2a\u4f8b\u5b50\u8ba1\u7b97\u4e862\u7684-3\u6b21\u65b9\uff0c\u7ed3\u679c\u4e3a0.125\uff0c\u8868\u660ePython\u80fd\u591f\u5904\u7406\u8d1f\u6307\u6570\u7684\u5e42\u8fd0\u7b97\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u6d6e\u70b9\u6570\u6307\u6570<\/strong><\/p>\n<\/p>\n<p><p>\u9664\u4e86\u6574\u6570\u6307\u6570\uff0c\u5e42\u8fd0\u7b97\u7b26\u4e5f\u53ef\u4ee5\u7528\u4e8e\u6d6e\u70b9\u6570\u6307\u6570\u8fd0\u7b97\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">result = 4.5  1.5  # \u8ba1\u7b974.5\u76841.5\u6b21\u65b9<\/p>\n<p>print(result)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u7075\u6d3b\u6027\u5141\u8bb8\u8fdb\u884c\u66f4\u590d\u6742\u7684\u6570\u5b66\u8fd0\u7b97\u3002<\/p>\n<\/p>\n<\/li>\n<\/ol>\n<p><p>\u4e8c\u3001\u4f7f\u7528math\u5e93\u4e2d\u7684pow\u51fd\u6570<\/p>\n<\/p>\n<p><p>Python\u7684\u6807\u51c6\u5e93<code>math<\/code>\u63d0\u4f9b\u4e86\u4e00\u4e2a<code>pow<\/code>\u51fd\u6570\u6765\u8fdb\u884c\u6307\u6570\u8fd0\u7b97\u3002\u867d\u7136\u8fd9\u4e2a\u51fd\u6570\u548c\u5185\u7f6e\u7684\u5e42\u8fd0\u7b97\u7b26\u6709\u76f8\u4f3c\u7684\u529f\u80fd\uff0c\u4f46\u5b83\u662f\u4e00\u4e2a\u51fd\u6570\u8c03\u7528\uff0c\u53ef\u80fd\u5728\u67d0\u4e9b\u7279\u5b9a\u573a\u5408\u4e0b\u66f4\u4e3a\u5408\u9002\u3002<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u57fa\u672c\u7528\u6cd5<\/strong><\/p>\n<\/p>\n<p><p>\u4f7f\u7528<code>math.pow<\/code>\u51fd\u6570\u9700\u8981\u5148\u5bfc\u5165math\u5e93\uff0c\u7136\u540e\u8c03\u7528pow\u51fd\u6570\u8fdb\u884c\u6307\u6570\u8fd0\u7b97\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import math<\/p>\n<p>result = math.pow(2, 3)  # \u8ba1\u7b972\u76843\u6b21\u65b9<\/p>\n<p>print(result)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u65b9\u6cd5\u4e0e\u4f7f\u7528\u5e42\u8fd0\u7b97\u7b26\u7684\u7ed3\u679c\u76f8\u540c\uff0c\u4f46\u7531\u4e8e\u662f\u51fd\u6570\u8c03\u7528\uff0c\u9002\u7528\u4e8e\u9700\u8981\u663e\u5f0f\u51fd\u6570\u63a5\u53e3\u7684\u573a\u5408\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u5904\u7406\u6d6e\u70b9\u6570<\/strong><\/p>\n<\/p>\n<p><p><code>math.pow<\/code>\u51fd\u6570\u8fd4\u56de\u6d6e\u70b9\u6570\u7ed3\u679c\uff0c\u5373\u4f7f\u8f93\u5165\u662f\u6574\u6570\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">result = math.pow(3, 2)  # \u7ed3\u679c\u4e3a9.0<\/p>\n<p>print(result)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u7279\u6027\u5728\u9700\u8981\u6d6e\u70b9\u8fd0\u7b97\u7cbe\u5ea6\u7684\u60c5\u51b5\u4e0b\u975e\u5e38\u6709\u7528\u3002<\/p>\n<\/p>\n<\/li>\n<\/ol>\n<p><p>\u4e09\u3001\u4f7f\u7528numpy\u5e93\u4e2d\u7684power\u51fd\u6570<\/p>\n<\/p>\n<p><p><code>numpy<\/code>\u662fPython\u4e2d\u7528\u4e8e\u79d1\u5b66\u8ba1\u7b97\u7684\u4e00\u4e2a\u5f3a\u5927\u5e93\uff0c\u5176\u4e2d\u7684<code>power<\/code>\u51fd\u6570\u63d0\u4f9b\u4e86\u5bf9\u6570\u7ec4\u5143\u7d20\u7684\u9010\u5143\u7d20\u6307\u6570\u8fd0\u7b97\u529f\u80fd\u3002<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u57fa\u672c\u7528\u6cd5<\/strong><\/p>\n<\/p>\n<p><p>\u4f7f\u7528numpy\u7684power\u51fd\u6570\u9700\u8981\u5148\u5bfc\u5165numpy\u5e93\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import numpy as np<\/p>\n<p>result = np.power(2, 3)  # \u8ba1\u7b972\u76843\u6b21\u65b9<\/p>\n<p>print(result)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u4e2a\u51fd\u6570\u5728\u5904\u7406\u5355\u4e2a\u6570\u5b57\u65f6\u4e0emath.pow\u7c7b\u4f3c\uff0c\u4f46\u5b83\u7684\u5f3a\u5927\u4e4b\u5904\u5728\u4e8e\u53ef\u4ee5\u5904\u7406\u6570\u7ec4\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u6570\u7ec4\u8fd0\u7b97<\/strong><\/p>\n<\/p>\n<p><p><code>numpy.power<\/code>\u51fd\u6570\u53ef\u4ee5\u5bf9\u6570\u7ec4\u4e2d\u7684\u6bcf\u4e2a\u5143\u7d20\u8fdb\u884c\u6307\u6570\u8fd0\u7b97\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">base_array = np.array([1, 2, 3, 4])<\/p>\n<p>exponent_array = np.array([2, 2, 2, 2])<\/p>\n<p>result_array = np.power(base_array, exponent_array)<\/p>\n<p>print(result_array)  # \u7ed3\u679c\u4e3a [ 1  4  9 16]<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\uff0c<code>numpy.power<\/code>\u5bf9\u6bcf\u4e2a\u6570\u7ec4\u5143\u7d20\u5206\u522b\u8fdb\u884c\u4e86\u6307\u6570\u8fd0\u7b97\uff0c\u8fd4\u56de\u7ed3\u679c\u6570\u7ec4\u3002<\/p>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u5e7f\u64ad\u673a\u5236<\/strong><\/p>\n<\/p>\n<p><p><code>numpy<\/code>\u7684\u53e6\u4e00\u4e2a\u4f18\u52bf\u662f\u5176\u5e7f\u64ad\u673a\u5236\uff0c\u5141\u8bb8\u5bf9\u4e0d\u540c\u5f62\u72b6\u7684\u6570\u7ec4\u8fdb\u884c\u8fd0\u7b97\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">base_array = np.array([2, 3, 4])<\/p>\n<p>result_array = np.power(base_array, 3)<\/p>\n<p>print(result_array)  # \u7ed3\u679c\u4e3a [ 8 27 64]<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u673a\u5236\u8ba9<code>numpy<\/code>\u5728\u5904\u7406\u5927\u89c4\u6a21\u6570\u636e\u8fd0\u7b97\u65f6\u8868\u73b0\u5f97\u975e\u5e38\u9ad8\u6548\u3002<\/p>\n<\/p>\n<\/li>\n<\/ol>\n<p><p>\u56db\u3001\u5b9e\u9645\u5e94\u7528\u4e2d\u7684\u9009\u62e9<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5<\/strong><\/p>\n<\/p>\n<ul>\n<li><strong>\u7b80\u5355\u8fd0\u7b97<\/strong>\uff1a\u5bf9\u4e8e\u7b80\u5355\u7684\u6307\u6570\u8fd0\u7b97\uff0c\u76f4\u63a5\u4f7f\u7528\u5185\u7f6e\u7684\u5e42\u8fd0\u7b97\u7b26\u662f\u6700\u65b9\u4fbf\u4e14\u9ad8\u6548\u7684\u3002<\/li>\n<li><strong>\u9700\u8981\u51fd\u6570\u63a5\u53e3<\/strong>\uff1a\u5982\u679c\u9700\u8981\u4f7f\u7528\u51fd\u6570\u63a5\u53e3\u6216\u8005\u8fdb\u884c\u6d6e\u70b9\u8fd0\u7b97\uff0c<code>math.pow<\/code>\u662f\u4e00\u4e2a\u4e0d\u9519\u7684\u9009\u62e9\u3002<\/li>\n<li><strong>\u5927\u89c4\u6a21\u6570\u636e\u8fd0\u7b97<\/strong>\uff1a\u5f53\u5904\u7406\u6570\u7ec4\u6216\u5927\u89c4\u6a21\u6570\u636e\u65f6\uff0c<code>numpy.power<\/code>\u7531\u4e8e\u5176\u9ad8\u6548\u7684\u6570\u7ec4\u8fd0\u7b97\u548c\u5e7f\u64ad\u673a\u5236\uff0c\u662f\u6700\u4f73\u9009\u62e9\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>\u6027\u80fd\u8003\u8651<\/strong><\/p>\n<\/p>\n<p><p>\u5728\u6027\u80fd\u5173\u952e\u7684\u5e94\u7528\u4e2d\uff0c\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5\u53ef\u4ee5\u663e\u8457\u5f71\u54cd\u7a0b\u5e8f\u7684\u8fd0\u884c\u6548\u7387\u3002\u901a\u5e38\u60c5\u51b5\u4e0b\uff0c\u5185\u7f6e\u8fd0\u7b97\u7b26\u662f\u6700\u5feb\u7684\uff0c<code>math.pow<\/code>\u7a0d\u6162\uff0c\u800c<code>numpy<\/code>\u7531\u4e8e\u5176\u4f18\u5316\u7684\u5e95\u5c42\u5b9e\u73b0\uff0c\u5728\u5904\u7406\u5927\u89c4\u6a21\u6570\u636e\u65f6\u53ef\u80fd\u662f\u6700\u5feb\u7684\u3002<\/p>\n<\/p>\n<\/li>\n<\/ol>\n<p><p>\u4e94\u3001\u603b\u7ed3\u4e0e\u5efa\u8bae<\/p>\n<\/p>\n<p><p>\u5728Python\u4e2d\u5b9e\u73b0\u6307\u6570\u8fd0\u7b97\u7684\u65b9\u6cd5\u591a\u6837\uff0c\u6bcf\u79cd\u65b9\u6cd5\u90fd\u6709\u5176\u9002\u7528\u7684\u573a\u666f\u548c\u4f18\u52a3\u52bf\u3002\u4e86\u89e3\u5e76\u7075\u6d3b\u8fd0\u7528\u8fd9\u4e9b\u65b9\u6cd5\uff0c\u53ef\u4ee5\u63d0\u9ad8\u4ee3\u7801\u7684\u6027\u80fd\u548c\u53ef\u8bfb\u6027\u3002\u5728\u5b9e\u9645\u5e94\u7528\u4e2d\uff0c\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5\u4e0d\u4ec5\u80fd\u63d0\u9ad8\u6548\u7387\uff0c\u8fd8\u80fd\u4f7f\u4ee3\u7801\u66f4\u5177\u53ef\u7ef4\u62a4\u6027\u3002\u5728\u9700\u8981\u8fdb\u884c\u590d\u6742\u6570\u5b66\u8fd0\u7b97\u65f6\uff0c\u7ed3\u5408\u591a\u79cd\u65b9\u6cd5\u7684\u4f18\u70b9\uff0c\u53ef\u4ee5\u5b9e\u73b0\u66f4\u4e3a\u9ad8\u6548\u548c\u7cbe\u786e\u7684\u8fd0\u7b97\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u5728Python\u4e2d\u8ba1\u7b97\u6307\u6570\u503c\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u53ef\u4ee5\u4f7f\u7528\u5185\u7f6e\u7684<code>&lt;strong&gt;<\/code>\u8fd0\u7b97\u7b26\u6216<code>pow()<\/code>\u51fd\u6570\u6765\u8ba1\u7b97\u6307\u6570\u3002\u4f8b\u5982\uff0c\u8ba1\u7b972\u76843\u6b21\u65b9\u53ef\u4ee5\u5199\u6210<code>2 &lt;\/strong&gt; 3<\/code>\u6216<code>pow(2, 3)<\/code>\uff0c\u4e24\u8005\u90fd\u4f1a\u8fd4\u56de8\u3002\u9009\u62e9\u54ea\u79cd\u65b9\u5f0f\u4e3b\u8981\u53d6\u51b3\u4e8e\u4e2a\u4eba\u559c\u597d\u548c\u4ee3\u7801\u7684\u53ef\u8bfb\u6027\u3002<\/p>\n<p><strong>Python\u4e2d\u662f\u5426\u6709\u5e93\u53ef\u4ee5\u5e2e\u52a9\u5b9e\u73b0\u66f4\u590d\u6742\u7684\u6307\u6570\u8fd0\u7b97\uff1f<\/strong><br \/>\u662f\u7684\uff0cPython\u7684<code>math<\/code>\u5e93\u63d0\u4f9b\u4e86\u66f4\u591a\u7684\u6570\u5b66\u529f\u80fd\uff0c\u5305\u62ec\u8ba1\u7b97\u6307\u6570\u7684<code>exp()<\/code>\u51fd\u6570\u3002\u8fd9\u4e2a\u51fd\u6570\u4e13\u95e8\u7528\u4e8e\u8ba1\u7b97e\uff08\u81ea\u7136\u5bf9\u6570\u7684\u5e95\u6570\uff09\u4e3a\u5e95\u7684\u6307\u6570\u3002\u4f7f\u7528\u65b9\u5f0f\u662f<code>math.exp(x)<\/code>\uff0c\u5176\u4e2dx\u4e3a\u6307\u6570\u503c\u3002\u6b64\u5916\uff0c<code>numpy<\/code>\u5e93\u4e5f\u63d0\u4f9b\u4e86\u9ad8\u6548\u7684\u6570\u7ec4\u8fd0\u7b97\u652f\u6301\uff0c\u9002\u5408\u5904\u7406\u5927\u89c4\u6a21\u6570\u636e\u7684\u6307\u6570\u8fd0\u7b97\u3002<\/p>\n<p><strong>\u5728Python\u4e2d\u5982\u4f55\u5904\u7406\u8d1f\u6570\u548c\u96f6\u7684\u6307\u6570\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u8d1f\u6570\u7684\u6307\u6570\u8868\u793a\u7684\u662f\u5176\u5012\u6570\u3002\u4f8b\u5982\uff0c<code>2 ** -3<\/code>\u5c06\u8fd4\u56de0.125\uff0c\u53731\/8\u3002\u5bf9\u4e8e\u96f6\u7684\u6307\u6570\uff0c\u4efb\u4f55\u975e\u96f6\u6570\u7684\u96f6\u6b21\u65b9\u90fd\u8fd4\u56de1\uff0c\u800c0\u7684\u96f6\u6b21\u65b9\u901a\u5e38\u88ab\u5b9a\u4e49\u4e3a1\uff08\u5c3d\u7ba1\u5728\u6570\u5b66\u4e0a\u6709\u4e89\u8bae\uff09\u3002\u5728\u7f16\u7a0b\u65f6\uff0c\u786e\u4fdd\u7406\u89e3\u8fd9\u4e9b\u89c4\u5219\uff0c\u4ee5\u907f\u514d\u903b\u8f91\u9519\u8bef\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u4f7f\u7528Python\u5b9e\u73b0\u6307\u6570\u8fd0\u7b97\u7684\u65b9\u6cd5\u5305\u62ec\uff1a\u4f7f\u7528\u5185\u7f6e\u7684\u5e42\u8fd0\u7b97\u7b26\uff08\uff09\u3001\u4f7f\u7528math\u5e93\u4e2d\u7684pow\u51fd\u6570\u3001\u4f7f\u7528numpy\u5e93 [&hellip;]","protected":false},"author":3,"featured_media":953823,"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\/953814"}],"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=953814"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/953814\/revisions"}],"predecessor-version":[{"id":953826,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/953814\/revisions\/953826"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/953823"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=953814"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=953814"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=953814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}