{"id":1176470,"date":"2025-01-15T17:45:09","date_gmt":"2025-01-15T09:45:09","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1176470.html"},"modified":"2025-01-15T17:45:14","modified_gmt":"2025-01-15T09:45:14","slug":"python%e4%b8%ad%e4%b9%98%e6%96%b9%e8%af%a5%e5%a6%82%e4%bd%95%e8%be%93%e5%85%a5","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1176470.html","title":{"rendered":"python\u4e2d\u4e58\u65b9\u8be5\u5982\u4f55\u8f93\u5165"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/25111640\/0090119c-854f-40f3-b7ce-be1ab9c7f345.webp\" alt=\"python\u4e2d\u4e58\u65b9\u8be5\u5982\u4f55\u8f93\u5165\" \/><\/p>\n<p><p> <strong>Python\u4e2d\u4e58\u65b9\u53ef\u4ee5\u4f7f\u7528\u201c<\/strong>\u201d\u8fd0\u7b97\u7b26\u3001\u5185\u7f6e\u51fd\u6570pow()\u3001math\u6a21\u5757\u4e2d\u7684pow()\u51fd\u6570\u3002<strong> \u5176\u4e2d\uff0c\u6700\u5e38\u7528\u7684\u662f\u201c<\/strong>\u201d\u8fd0\u7b97\u7b26\uff0c\u56e0\u4e3a\u5b83\u7b80\u5355\u76f4\u89c2\u5e76\u4e14\u6027\u80fd\u6700\u4f73\u3002\u6bd4\u5982\uff0c\u8981\u8ba1\u7b972\u76843\u6b21\u65b9\uff0c\u53ef\u4ee5\u4f7f\u7528<code>2 &lt;strong&gt; 3<\/code>\u5f97\u5230\u7ed3\u679c8\u3002<\/strong>\u201c<strong>\u201d\u8fd0\u7b97\u7b26\u662fPython\u4e2d\u6700\u5e38\u7528\u7684\u4e58\u65b9\u64cd\u4f5c\u65b9\u6cd5<\/strong>\uff0c\u56e0\u4e3a\u5b83\u7b80\u5355\u6613\u7528\uff0c\u4e14\u76f4\u63a5\u5728\u4ee3\u7801\u4e2d\u4f53\u73b0\u4e86\u8fd0\u7b97\u8fc7\u7a0b\u3002\u4e0b\u9762\u6211\u4eec\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u8fd9\u4e09\u79cd\u65b9\u6cd5\u7684\u4f7f\u7528\u65b9\u5f0f\u548c\u6ce8\u610f\u4e8b\u9879\u3002<\/p>\n<\/p>\n<p><p>\u4e00\u3001\u4f7f\u7528\u201c\u201d\u8fd0\u7b97\u7b26<\/p>\n<\/p>\n<p><p>\u201c\u201d\u8fd0\u7b97\u7b26\u662fPython\u4e2d\u7528\u4e8e\u8ba1\u7b97\u4e58\u65b9\u7684\u6700\u57fa\u672c\u65b9\u5f0f\u3002\u5b83\u7684\u8bed\u6cd5\u975e\u5e38\u7b80\u5355\uff0c\u53ea\u9700\u5728\u5e95\u6570\u548c\u6307\u6570\u4e4b\u95f4\u4f7f\u7528\u53cc\u661f\u53f7\u5373\u53ef\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">result = 2  3<\/p>\n<p>print(result)  # \u8f93\u51fa8<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u65b9\u6cd5\u7684\u4f18\u70b9\u662f\u8bed\u6cd5\u7b80\u5355\u76f4\u89c2\uff0c\u5bb9\u6613\u8bb0\u5fc6\u548c\u4f7f\u7528\u3002\u800c\u4e14\u5728\u5927\u591a\u6570\u60c5\u51b5\u4e0b\uff0c\u5b83\u7684\u6027\u80fd\u662f\u6700\u4f18\u7684\uff0c\u56e0\u4e3a\u5b83\u662fPython\u8bed\u8a00\u5185\u7f6e\u7684\u57fa\u672c\u8fd0\u7b97\u7b26\u3002<\/p>\n<\/p>\n<p><p>\u4e8c\u3001\u4f7f\u7528\u5185\u7f6e\u51fd\u6570pow()<\/p>\n<\/p>\n<p><p>Python\u8fd8\u63d0\u4f9b\u4e86\u4e00\u4e2a\u5185\u7f6e\u51fd\u6570pow()\uff0c\u7528\u4e8e\u8ba1\u7b97\u4e58\u65b9\u3002pow()\u51fd\u6570\u7684\u7b2c\u4e00\u4e2a\u53c2\u6570\u662f\u5e95\u6570\uff0c\u7b2c\u4e8c\u4e2a\u53c2\u6570\u662f\u6307\u6570\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">result = pow(2, 3)<\/p>\n<p>print(result)  # \u8f93\u51fa8<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>pow()\u51fd\u6570\u6709\u4e00\u4e2a\u989d\u5916\u7684\u529f\u80fd\uff0c\u5373\u5b83\u53ef\u4ee5\u63a5\u53d7\u7b2c\u4e09\u4e2a\u53c2\u6570\uff0c\u8be5\u53c2\u6570\u8868\u793a\u4e00\u4e2a\u6a21\u6570\u3002\u5982\u679c\u63d0\u4f9b\u4e86\u8fd9\u4e2a\u53c2\u6570\uff0c\u90a3\u4e48pow()\u51fd\u6570\u5c06\u8fd4\u56de\u5e95\u6570\u7684\u6307\u6570\u6b21\u65b9\u5bf9\u6a21\u6570\u53d6\u6a21\u7684\u7ed3\u679c\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">result = pow(2, 3, 5)<\/p>\n<p>print(result)  # \u8f93\u51fa3\uff0c\u56e0\u4e3a2\u76843\u6b21\u65b9\u662f8\uff0c8\u5bf95\u53d6\u6a21\u7ed3\u679c\u662f3<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u65b9\u6cd5\u7684\u4f18\u70b9\u662f\u53ef\u4ee5\u5904\u7406\u66f4\u590d\u6742\u7684\u60c5\u51b5\uff0c\u5982\u6a21\u8fd0\u7b97\u3002\u5b83\u7684\u7f3a\u70b9\u662f\u8bed\u6cd5\u76f8\u5bf9\u201c\u201d\u8fd0\u7b97\u7b26\u7a0d\u5fae\u590d\u6742\u4e00\u4e9b\u3002<\/p>\n<\/p>\n<p><p>\u4e09\u3001\u4f7f\u7528math\u6a21\u5757\u4e2d\u7684pow()\u51fd\u6570<\/p>\n<\/p>\n<p><p>Python\u7684math\u6a21\u5757\u4e2d\u4e5f\u63d0\u4f9b\u4e86\u4e00\u4e2apow()\u51fd\u6570\uff0c\u7528\u4e8e\u8ba1\u7b97\u4e58\u65b9\u3002\u5b83\u7684\u7528\u6cd5\u4e0e\u5185\u7f6e\u51fd\u6570pow()\u57fa\u672c\u76f8\u540c\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import math<\/p>\n<p>result = math.pow(2, 3)<\/p>\n<p>print(result)  # \u8f93\u51fa8.0<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u9700\u8981\u6ce8\u610f\u7684\u662f\uff0cmath.pow()\u51fd\u6570\u8fd4\u56de\u7684\u662f\u6d6e\u70b9\u6570\uff0c\u5373\u4f7f\u5e95\u6570\u548c\u6307\u6570\u90fd\u662f\u6574\u6570\u3002\u4f8b\u5982\uff0c\u4e0a\u4f8b\u4e2dmath.pow(2, 3)\u8fd4\u56de\u7684\u662f8.0\uff0c\u800c\u4e0d\u662f8\u3002\u8fd9\u662f\u56e0\u4e3amath\u6a21\u5757\u4e3b\u8981\u7528\u4e8e\u6570\u5b66\u8ba1\u7b97\uff0c\u901a\u5e38\u8fd4\u56de\u6d6e\u70b9\u6570\u4ee5\u63d0\u9ad8\u8ba1\u7b97\u7cbe\u5ea6\u3002<\/p>\n<\/p>\n<p><p>\u56db\u3001\u6027\u80fd\u6bd4\u8f83\u548c\u9002\u7528\u573a\u666f<\/p>\n<\/p>\n<p><p>\u5728\u5b9e\u9645\u4f7f\u7528\u4e2d\uff0c\u9009\u62e9\u54ea\u79cd\u65b9\u6cd5\u8ba1\u7b97\u4e58\u65b9\u9700\u8981\u6839\u636e\u5177\u4f53\u60c5\u51b5\u6765\u51b3\u5b9a\u3002<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u6027\u80fd\uff1a<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u201c\u201d\u8fd0\u7b97\u7b26\u7684\u6027\u80fd\u901a\u5e38\u662f\u6700\u4f73\u7684\uff0c\u56e0\u4e3a\u5b83\u662fPython\u8bed\u8a00\u5185\u7f6e\u7684\u57fa\u672c\u8fd0\u7b97\u7b26\u3002<\/li>\n<li>\u5185\u7f6e\u51fd\u6570pow()\u548cmath\u6a21\u5757\u4e2d\u7684pow()\u51fd\u6570\u5728\u5927\u591a\u6570\u60c5\u51b5\u4e0b\u6027\u80fd\u76f8\u8fd1\uff0c\u4f46\u5982\u679c\u9700\u8981\u8fdb\u884c\u6a21\u8fd0\u7b97\uff0c\u5185\u7f6e\u51fd\u6570pow()\u4f1a\u66f4\u9002\u5408\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>\u6613\u7528\u6027\uff1a<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u201c\u201d\u8fd0\u7b97\u7b26\u8bed\u6cd5\u6700\u7b80\u5355\uff0c\u6700\u76f4\u89c2\uff0c\u9002\u5408\u7528\u4e8e\u5927\u591a\u6570\u57fa\u672c\u4e58\u65b9\u8fd0\u7b97\u3002<\/li>\n<li>\u5185\u7f6e\u51fd\u6570pow()\u9002\u5408\u5904\u7406\u9700\u8981\u6a21\u8fd0\u7b97\u7684\u60c5\u51b5\u3002<\/li>\n<li>math\u6a21\u5757\u4e2d\u7684pow()\u9002\u5408\u7528\u4e8e\u9700\u8981\u9ad8\u7cbe\u5ea6\u6d6e\u70b9\u6570\u8ba1\u7b97\u7684\u60c5\u51b5\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>\u517c\u5bb9\u6027\uff1a<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u201c\u201d\u8fd0\u7b97\u7b26\u548c\u5185\u7f6e\u51fd\u6570pow()\u5728Python 2\u548cPython 3\u4e2d\u90fd\u53ef\u4ee5\u4f7f\u7528\u3002<\/li>\n<li>math\u6a21\u5757\u4e2d\u7684pow()\u51fd\u6570\u5728\u5bfc\u5165math\u6a21\u5757\u540e\u53ef\u4ee5\u4f7f\u7528\u3002<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p><p>\u4e94\u3001\u5b9e\u4f8b\u5206\u6790<\/p>\n<\/p>\n<p><p>\u4e3a\u4e86\u66f4\u597d\u5730\u7406\u89e3\u8fd9\u4e09\u79cd\u65b9\u6cd5\u7684\u4f7f\u7528\uff0c\u6211\u4eec\u6765\u770b\u4e00\u4e9b\u5177\u4f53\u7684\u5b9e\u4f8b\u3002<\/p>\n<\/p>\n<ol>\n<li><strong>\u8ba1\u7b97\u57fa\u672c\u4e58\u65b9\uff1a<\/strong><\/li>\n<\/ol>\n<p><p>\u5047\u8bbe\u6211\u4eec\u9700\u8981\u8ba1\u7b975\u76844\u6b21\u65b9\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u4e09\u79cd\u65b9\u6cd5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u4f7f\u7528\u201c\u201d\u8fd0\u7b97\u7b26<\/p>\n<p>result = 5  4<\/p>\n<p>print(result)  # \u8f93\u51fa625<\/p>\n<h2><strong>\u4f7f\u7528\u5185\u7f6e\u51fd\u6570pow()<\/strong><\/h2>\n<p>result = pow(5, 4)<\/p>\n<p>print(result)  # \u8f93\u51fa625<\/p>\n<h2><strong>\u4f7f\u7528math\u6a21\u5757\u4e2d\u7684pow()\u51fd\u6570<\/strong><\/h2>\n<p>import math<\/p>\n<p>result = math.pow(5, 4)<\/p>\n<p>print(result)  # \u8f93\u51fa625.0<\/p>\n<p><\/code><\/pre>\n<\/p>\n<ol start=\"2\">\n<li><strong>\u8fdb\u884c\u6a21\u8fd0\u7b97\uff1a<\/strong><\/li>\n<\/ol>\n<p><p>\u5047\u8bbe\u6211\u4eec\u9700\u8981\u8ba1\u7b973\u76845\u6b21\u65b9\u5bf97\u53d6\u6a21\u7684\u7ed3\u679c\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u65b9\u6cd5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u4f7f\u7528\u5185\u7f6e\u51fd\u6570pow()<\/p>\n<p>result = pow(3, 5, 7)<\/p>\n<p>print(result)  # \u8f93\u51fa5\uff0c\u56e0\u4e3a3\u76845\u6b21\u65b9\u662f243\uff0c243\u5bf97\u53d6\u6a21\u7ed3\u679c\u662f5<\/p>\n<p><\/code><\/pre>\n<\/p>\n<ol start=\"3\">\n<li><strong>\u9ad8\u7cbe\u5ea6\u8ba1\u7b97\uff1a<\/strong><\/li>\n<\/ol>\n<p><p>\u5047\u8bbe\u6211\u4eec\u9700\u8981\u8ba1\u7b972.5\u76843\u6b21\u65b9\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u65b9\u6cd5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u4f7f\u7528\u201c\u201d\u8fd0\u7b97\u7b26<\/p>\n<p>result = 2.5  3<\/p>\n<p>print(result)  # \u8f93\u51fa15.625<\/p>\n<h2><strong>\u4f7f\u7528math\u6a21\u5757\u4e2d\u7684pow()\u51fd\u6570<\/strong><\/h2>\n<p>import math<\/p>\n<p>result = math.pow(2.5, 3)<\/p>\n<p>print(result)  # \u8f93\u51fa15.625<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u516d\u3001\u6ce8\u610f\u4e8b\u9879<\/p>\n<\/p>\n<p><p>\u5728\u4f7f\u7528\u8fd9\u4e9b\u65b9\u6cd5\u65f6\uff0c\u6709\u4e00\u4e9b\u6ce8\u610f\u4e8b\u9879\u9700\u8981\u7262\u8bb0\u3002<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u6570\u636e\u7c7b\u578b\uff1a<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u201c\u201d\u8fd0\u7b97\u7b26\u548c\u5185\u7f6e\u51fd\u6570pow()\u5728\u8fdb\u884c\u6574\u6570\u4e58\u65b9\u65f6\uff0c\u8fd4\u56de\u7ed3\u679c\u662f\u6574\u6570\uff1b\u5728\u8fdb\u884c\u6d6e\u70b9\u6570\u4e58\u65b9\u65f6\uff0c\u8fd4\u56de\u7ed3\u679c\u662f\u6d6e\u70b9\u6570\u3002<\/li>\n<li>math\u6a21\u5757\u4e2d\u7684pow()\u51fd\u6570\u65e0\u8bba\u8f93\u5165\u662f\u6574\u6570\u8fd8\u662f\u6d6e\u70b9\u6570\uff0c\u8fd4\u56de\u7ed3\u679c\u90fd\u662f\u6d6e\u70b9\u6570\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>\u6ea2\u51fa\u95ee\u9898\uff1a<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u5728\u8fdb\u884c\u5927\u6570\u4e58\u65b9\u8fd0\u7b97\u65f6\uff0c\u9700\u8981\u6ce8\u610f\u6ea2\u51fa\u95ee\u9898\u3002\u5982\u679c\u7ed3\u679c\u8d85\u51fa\u4e86Python\u6574\u6570\u7c7b\u578b\u7684\u8868\u793a\u8303\u56f4\uff0c\u53ef\u80fd\u4f1a\u5f15\u53d1OverflowError\u3002<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>\u6027\u80fd\u4f18\u5316\uff1a<\/strong><\/p>\n<\/p>\n<ul>\n<li>\u5728\u6027\u80fd\u5173\u952e\u7684\u573a\u5408\uff0c\u5efa\u8bae\u4f7f\u7528\u201c\u201d\u8fd0\u7b97\u7b26\uff0c\u56e0\u4e3a\u5b83\u7684\u6027\u80fd\u901a\u5e38\u662f\u6700\u4f73\u7684\u3002<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p><p>\u603b\u7ed3\u6765\u8bf4\uff0cPython\u63d0\u4f9b\u4e86\u591a\u79cd\u8ba1\u7b97\u4e58\u65b9\u7684\u65b9\u6cd5\uff0c\u5305\u62ec\u201c\u201d\u8fd0\u7b97\u7b26\u3001\u5185\u7f6e\u51fd\u6570pow()\u548cmath\u6a21\u5757\u4e2d\u7684pow()\u51fd\u6570\u3002\u6839\u636e\u5177\u4f53\u7684\u9700\u6c42\uff0c\u53ef\u4ee5\u9009\u62e9\u6700\u9002\u5408\u7684\u65b9\u6cd5\u8fdb\u884c\u8ba1\u7b97\u3002\u65e0\u8bba\u662f\u7b80\u5355\u7684\u6574\u6570\u4e58\u65b9\u3001\u9ad8\u7cbe\u5ea6\u7684\u6d6e\u70b9\u6570\u4e58\u65b9\uff0c\u8fd8\u662f\u9700\u8981\u8fdb\u884c\u6a21\u8fd0\u7b97\u7684\u4e58\u65b9\uff0cPython\u90fd\u80fd\u63d0\u4f9b\u7075\u6d3b\u800c\u9ad8\u6548\u7684\u89e3\u51b3\u65b9\u6848\u3002\u901a\u8fc7\u638c\u63e1\u8fd9\u4e9b\u65b9\u6cd5\uff0c\u53ef\u4ee5\u66f4\u597d\u5730\u5229\u7528Python\u8fdb\u884c\u5404\u79cd\u6570\u5b66\u8ba1\u7b97\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5728Python\u4e2d\u5982\u4f55\u8868\u793a\u4e58\u65b9\u8fd0\u7b97\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u4e58\u65b9\u8fd0\u7b97\u53ef\u4ee5\u4f7f\u7528\u53cc\u661f\u53f7\uff08<code>&lt;strong&gt;<\/code>\uff09\u6765\u8868\u793a\u3002\u4f8b\u5982\uff0c\u5982\u679c\u60f3\u8ba1\u7b972\u76843\u6b21\u65b9\uff0c\u53ef\u4ee5\u4f7f\u7528<code>2 &lt;\/strong&gt; 3<\/code>\uff0c\u7ed3\u679c\u5c06\u662f8\u3002\u8fd9\u79cd\u65b9\u5f0f\u975e\u5e38\u76f4\u89c2\uff0c\u9002\u5408\u7528\u4e8e\u5404\u79cd\u6570\u5b66\u8ba1\u7b97\u3002<\/p>\n<p><strong>Python\u4e2d\u662f\u5426\u6709\u5176\u4ed6\u65b9\u6cd5\u53ef\u4ee5\u8fdb\u884c\u4e58\u65b9\u8ba1\u7b97\uff1f<\/strong><br \/>\u9664\u4e86\u4f7f\u7528<code>**<\/code>\u8fd0\u7b97\u7b26\uff0cPython\u8fd8\u63d0\u4f9b\u4e86\u5185\u7f6e\u7684<code>pow()<\/code>\u51fd\u6570\u6765\u8fdb\u884c\u4e58\u65b9\u8fd0\u7b97\u3002\u4f7f\u7528\u65b9\u6cd5\u4e3a<code>pow(base, exponent)<\/code>\uff0c\u4f8b\u5982<code>pow(2, 3)<\/code>\u4e5f\u4f1a\u5f97\u52308\u3002\u8fd9\u4e2a\u51fd\u6570\u8fd8\u53ef\u4ee5\u63a5\u53d7\u7b2c\u4e09\u4e2a\u53c2\u6570\u6765\u8ba1\u7b97\u6a21\u8fd0\u7b97\uff0c\u5373<code>pow(base, exponent, mod)<\/code>\u3002<\/p>\n<p><strong>\u5728Python\u4e2d\u4e58\u65b9\u8fd0\u7b97\u7684\u6027\u80fd\u5982\u4f55\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u4e58\u65b9\u8fd0\u7b97\u7684\u6027\u80fd\u901a\u5e38\u662f\u5f88\u9ad8\u7684\u3002\u4f7f\u7528<code>**<\/code>\u8fd0\u7b97\u7b26\u548c<code>pow()<\/code>\u51fd\u6570\u90fd\u80fd\u5feb\u901f\u5b8c\u6210\u8ba1\u7b97\u3002\u5bf9\u4e8e\u8f83\u5927\u7684\u6570\u503c\u8ba1\u7b97\uff0cPython\u4f1a\u81ea\u52a8\u5904\u7406\u5927\u6574\u6570\uff08big integers\uff09\uff0c\u56e0\u6b64\u4e0d\u4f1a\u51fa\u73b0\u6ea2\u51fa\u7684\u95ee\u9898\u3002\u8fd9\u4f7f\u5f97Python\u5728\u5904\u7406\u6570\u5b66\u8fd0\u7b97\u65f6\u975e\u5e38\u7075\u6d3b\u548c\u5f3a\u5927\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"Python\u4e2d\u4e58\u65b9\u53ef\u4ee5\u4f7f\u7528\u201c\u201d\u8fd0\u7b97\u7b26\u3001\u5185\u7f6e\u51fd\u6570pow()\u3001math\u6a21\u5757\u4e2d\u7684pow()\u51fd\u6570\u3002 \u5176\u4e2d\uff0c\u6700\u5e38\u7528\u7684\u662f\u201c [&hellip;]","protected":false},"author":3,"featured_media":1176487,"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\/1176470"}],"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=1176470"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1176470\/revisions"}],"predecessor-version":[{"id":1176489,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1176470\/revisions\/1176489"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1176487"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1176470"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1176470"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1176470"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}