{"id":1083145,"date":"2025-01-08T12:55:16","date_gmt":"2025-01-08T04:55:16","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1083145.html"},"modified":"2025-01-08T12:55:18","modified_gmt":"2025-01-08T04:55:18","slug":"python%e5%a6%82%e4%bd%95%e6%9f%a5%e7%9c%8b%e6%af%8f%e4%b8%aa%e5%8c%85%e4%b8%ad%e7%9a%84%e5%87%bd%e6%95%b0-2","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1083145.html","title":{"rendered":"python\u5982\u4f55\u67e5\u770b\u6bcf\u4e2a\u5305\u4e2d\u7684\u51fd\u6570"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/24193844\/145fb71b-bc80-4a0e-96ac-856f5997aaae.webp\" alt=\"python\u5982\u4f55\u67e5\u770b\u6bcf\u4e2a\u5305\u4e2d\u7684\u51fd\u6570\" \/><\/p>\n<p><p> <strong>\u4f7f\u7528<code>dir()<\/code>\u51fd\u6570\u3001\u67e5\u770b\u5305\u7684\u6587\u6863\u3001\u4f7f\u7528<code>help()<\/code>\u51fd\u6570<\/strong><\/p>\n<\/p>\n<p><p>\u5728Python\u4e2d\u67e5\u770b\u6bcf\u4e2a\u5305\u4e2d\u7684\u51fd\u6570\uff0c\u53ef\u4ee5\u4f7f\u7528<code>dir()<\/code>\u51fd\u6570\u3001\u67e5\u770b\u5305\u7684\u6587\u6863\u3001\u4f7f\u7528<code>help()<\/code>\u51fd\u6570\u7b49\u65b9\u6cd5\u3002<strong>dir()\u51fd\u6570<\/strong>\uff1a\u4f60\u53ef\u4ee5\u4f7f\u7528<code>dir()<\/code>\u51fd\u6570\u6765\u5217\u51fa\u4e00\u4e2a\u6a21\u5757\u6216\u5305\u4e2d\u7684\u6240\u6709\u5c5e\u6027\u548c\u65b9\u6cd5\u3002<strong>\u67e5\u770b\u5305\u7684\u6587\u6863<\/strong>\uff1a\u4f60\u53ef\u4ee5\u67e5\u9605\u8be5\u5305\u7684\u5b98\u65b9\u6587\u6863\uff0c\u6587\u6863\u4e2d\u901a\u5e38\u4f1a\u8be6\u7ec6\u5217\u51fa\u5305\u4e2d\u5305\u542b\u7684\u6240\u6709\u51fd\u6570\u53ca\u5176\u7528\u9014\u3002<strong>help()\u51fd\u6570<\/strong>\uff1a\u4f60\u53ef\u4ee5\u4f7f\u7528<code>help()<\/code>\u51fd\u6570\u67e5\u770b\u5305\u6216\u6a21\u5757\u7684\u8be6\u7ec6\u4fe1\u606f\u548c\u6587\u6863\u5b57\u7b26\u4e32\u3002\u4e0b\u9762\u6211\u4eec\u8be6\u7ec6\u4ecb\u7ecd\u4f7f\u7528<code>dir()<\/code>\u51fd\u6570\u7684\u65b9\u6cd5\u3002<\/p>\n<\/p>\n<p><h3>\u4e00\u3001\u4f7f\u7528<code>dir()<\/code>\u51fd\u6570<\/h3>\n<\/p>\n<p><p><code>dir()<\/code>\u51fd\u6570\u662fPython\u5185\u7f6e\u7684\u4e00\u4e2a\u51fd\u6570\uff0c\u7528\u4e8e\u5217\u51fa\u5bf9\u8c61\u7684\u6240\u6709\u5c5e\u6027\u548c\u65b9\u6cd5\u3002\u4f60\u53ef\u4ee5\u4f7f\u7528\u5b83\u6765\u5217\u51fa\u4e00\u4e2a\u6a21\u5757\u6216\u5305\u4e2d\u7684\u6240\u6709\u5c5e\u6027\u548c\u65b9\u6cd5\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u5e38\u65b9\u4fbf\u7684\u65b9\u6cd5\uff0c\u5c24\u5176\u662f\u5728\u4f60\u4e0d\u77e5\u9053\u5305\u4e2d\u5305\u542b\u54ea\u4e9b\u51fd\u6570\u65f6\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import somepackage<\/p>\n<p>print(dir(somepackage))<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u901a\u8fc7\u4e0a\u8ff0\u4ee3\u7801\uff0c\u4f60\u53ef\u4ee5\u770b\u5230<code>somepackage<\/code>\u5305\u4e2d\u5305\u542b\u7684\u6240\u6709\u5c5e\u6027\u548c\u65b9\u6cd5\u3002\u8fd9\u4e2a\u5217\u8868\u4e2d\u65e2\u5305\u62ec\u51fd\u6570\uff0c\u4e5f\u5305\u62ec\u53d8\u91cf\u3001\u7c7b\u7b49\u5176\u4ed6\u5c5e\u6027\u3002<\/p>\n<\/p>\n<p><h3>\u4e8c\u3001\u67e5\u770b\u5305\u7684\u6587\u6863<\/h3>\n<\/p>\n<p><p>\u67e5\u770b\u5305\u7684\u5b98\u65b9\u6587\u6863\u662f\u83b7\u53d6\u5305\u4e2d\u6240\u6709\u51fd\u6570\u53ca\u5176\u7528\u9014\u7684\u6700\u53ef\u9760\u65b9\u6cd5\u3002\u5927\u591a\u6570\u5f00\u6e90\u9879\u76ee\u90fd\u6709\u8be6\u7ec6\u7684\u6587\u6863\uff0c\u8bb0\u5f55\u4e86\u6bcf\u4e2a\u51fd\u6570\u7684\u7528\u9014\u3001\u53c2\u6570\u3001\u8fd4\u56de\u503c\u7b49\u4fe1\u606f\u3002\u4f60\u53ef\u4ee5\u5728\u5305\u7684\u5b98\u65b9\u7f51\u7ad9\u6216GitHub\u9875\u9762\u4e0a\u627e\u5230\u8fd9\u4e9b\u6587\u6863\u3002<\/p>\n<\/p>\n<p><p>\u4f8b\u5982\uff0c\u5047\u8bbe\u4f60\u5728\u4f7f\u7528<code>numpy<\/code>\u5305\uff0c\u4f60\u53ef\u4ee5\u8bbf\u95ee<code>numpy<\/code>\u7684\u5b98\u65b9\u7f51\u7ad9\uff08<a href=\"https:\/\/numpy.org\/%EF%BC%89%E6%9F%A5%E7%9C%8B%E5%85%B6%E6%96%87%E6%A1%A3%E3%80%82%E5%9C%A8%E6%96%87%E6%A1%A3%E4%B8%AD%EF%BC%8C%E4%BD%A0%E5%8F%AF%E4%BB%A5%E6%89%BE%E5%88%B0%60numpy%60%E4%B8%AD%E6%89%80%E6%9C%89%E5%87%BD%E6%95%B0%E7%9A%84%E8%AF%A6%E7%BB%86%E6%8F%8F%E8%BF%B0%EF%BC%8C%E5%8C%85%E6%8B%AC%E5%87%BD%E6%95%B0%E7%9A%84%E7%94%A8%E9%80%94%E3%80%81%E5%8F%82%E6%95%B0%E3%80%81%E8%BF%94%E5%9B%9E%E5%80%BC%E7%AD%89%E4%BF%A1%E6%81%AF%E3%80%82\">https:\/\/numpy.org\/\uff09\u67e5\u770b\u5176\u6587\u6863\u3002\u5728\u6587\u6863\u4e2d\uff0c\u4f60\u53ef\u4ee5\u627e\u5230`numpy`\u4e2d\u6240\u6709\u51fd\u6570\u7684\u8be6\u7ec6\u63cf\u8ff0\uff0c\u5305\u62ec\u51fd\u6570\u7684\u7528\u9014\u3001\u53c2\u6570\u3001\u8fd4\u56de\u503c\u7b49\u4fe1\u606f\u3002<\/a><\/p>\n<\/p>\n<p><h3>\u4e09\u3001\u4f7f\u7528<code>help()<\/code>\u51fd\u6570<\/h3>\n<\/p>\n<p><p><code>help()<\/code>\u51fd\u6570\u662fPython\u5185\u7f6e\u7684\u53e6\u4e00\u4e2a\u975e\u5e38\u6709\u7528\u7684\u51fd\u6570\uff0c\u7528\u4e8e\u67e5\u770b\u5bf9\u8c61\u7684\u6587\u6863\u5b57\u7b26\u4e32\u3002\u4f60\u53ef\u4ee5\u4f7f\u7528\u5b83\u6765\u67e5\u770b\u5305\u6216\u6a21\u5757\u7684\u8be6\u7ec6\u4fe1\u606f\u548c\u6587\u6863\u5b57\u7b26\u4e32\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import somepackage<\/p>\n<p>help(somepackage)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u901a\u8fc7\u4e0a\u8ff0\u4ee3\u7801\uff0c\u4f60\u53ef\u4ee5\u770b\u5230<code>somepackage<\/code>\u5305\u7684\u6587\u6863\u5b57\u7b26\u4e32\uff0c\u5176\u4e2d\u901a\u5e38\u4f1a\u5305\u542b\u5305\u4e2d\u6240\u6709\u51fd\u6570\u7684\u8be6\u7ec6\u4fe1\u606f\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u5e38\u65b9\u4fbf\u7684\u65b9\u6cd5\uff0c\u5c24\u5176\u662f\u5728\u4f60\u4e0d\u77e5\u9053\u5982\u4f55\u4f7f\u7528\u67d0\u4e2a\u51fd\u6570\u65f6\u3002<\/p>\n<\/p>\n<p><h3>\u56db\u3001\u793a\u4f8b\uff1a\u67e5\u770b<code>math<\/code>\u5305\u4e2d\u7684\u51fd\u6570<\/h3>\n<\/p>\n<p><p>\u4e3a\u4e86\u66f4\u6e05\u695a\u5730\u89e3\u91ca\u8fd9\u4e9b\u65b9\u6cd5\uff0c\u6211\u4eec\u6765\u770b\u4e00\u4e2a\u5177\u4f53\u7684\u4f8b\u5b50\u3002\u5047\u8bbe\u4f60\u60f3\u67e5\u770b<code>math<\/code>\u5305\u4e2d\u7684\u6240\u6709\u51fd\u6570\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u4f7f\u7528\u4e0a\u8ff0\u65b9\u6cd5\u6765\u5b9e\u73b0\u8fd9\u4e00\u76ee\u6807\u7684\u793a\u4f8b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import math<\/p>\n<h2><strong>\u4f7f\u7528 dir() \u51fd\u6570<\/strong><\/h2>\n<p>print(dir(math))<\/p>\n<h2><strong>\u4f7f\u7528 help() \u51fd\u6570<\/strong><\/h2>\n<p>help(math)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd0\u884c\u4e0a\u8ff0\u4ee3\u7801\u540e\uff0c\u4f60\u5c06\u770b\u5230<code>math<\/code>\u5305\u4e2d\u5305\u542b\u7684\u6240\u6709\u51fd\u6570\u53ca\u5176\u8be6\u7ec6\u4fe1\u606f\u3002\u4f8b\u5982\uff0c\u4f60\u4f1a\u770b\u5230<code>math<\/code>\u5305\u4e2d\u5305\u542b\u4ee5\u4e0b\u51fd\u6570\uff1a<\/p>\n<\/p>\n<ul>\n<li><code>acos<\/code><\/li>\n<li><code>asin<\/code><\/li>\n<li><code>atan<\/code><\/li>\n<li><code>ceil<\/code><\/li>\n<li><code>cos<\/code><\/li>\n<li><code>exp<\/code><\/li>\n<li><code>floor<\/code><\/li>\n<li><code>log<\/code><\/li>\n<li><code>sin<\/code><\/li>\n<li><code>sqrt<\/code><\/li>\n<li><code>tan<\/code><\/li>\n<\/ul>\n<p><h3>\u4e94\u3001\u4f7f\u7528<code>pydoc<\/code>\u5de5\u5177<\/h3>\n<\/p>\n<p><p><code>pydoc<\/code>\u662fPython\u5185\u7f6e\u7684\u4e00\u4e2a\u6587\u6863\u751f\u6210\u5de5\u5177\uff0c\u7528\u4e8e\u751f\u6210\u6a21\u5757\u3001\u7c7b\u3001\u51fd\u6570\u7b49\u7684\u6587\u6863\u3002\u4f60\u53ef\u4ee5\u5728\u547d\u4ee4\u884c\u4e2d\u4f7f\u7528<code>pydoc<\/code>\u5de5\u5177\u67e5\u770b\u5305\u7684\u6587\u6863\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-sh\">pydoc somepackage<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u901a\u8fc7\u4e0a\u8ff0\u547d\u4ee4\uff0c\u4f60\u53ef\u4ee5\u5728\u547d\u4ee4\u884c\u4e2d\u67e5\u770b<code>somepackage<\/code>\u5305\u7684\u6587\u6863\uff0c\u5176\u4e2d\u901a\u5e38\u4f1a\u5305\u542b\u5305\u4e2d\u6240\u6709\u51fd\u6570\u7684\u8be6\u7ec6\u4fe1\u606f\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u5e38\u65b9\u4fbf\u7684\u65b9\u6cd5\uff0c\u5c24\u5176\u662f\u5728\u4f60\u4e0d\u60f3\u79bb\u5f00\u547d\u4ee4\u884c\u65f6\u3002<\/p>\n<\/p>\n<p><h3>\u516d\u3001\u4f7f\u7528\u7b2c\u4e09\u65b9\u5de5\u5177<\/h3>\n<\/p>\n<p><p>\u9664\u4e86\u4e0a\u8ff0\u65b9\u6cd5\u5916\uff0c\u4f60\u8fd8\u53ef\u4ee5\u4f7f\u7528\u4e00\u4e9b\u7b2c\u4e09\u65b9\u5de5\u5177\u6765\u67e5\u770b\u5305\u4e2d\u7684\u51fd\u6570\u3002\u4f8b\u5982\uff0c<code>IPython<\/code>\u662f\u4e00\u4e2a\u975e\u5e38\u6d41\u884c\u7684\u4ea4\u4e92\u5f0fPython\u89e3\u91ca\u5668\uff0c\u63d0\u4f9b\u4e86\u8bb8\u591a\u589e\u5f3a\u529f\u80fd\uff0c\u5305\u62ec\u81ea\u52a8\u8865\u5168\u548c\u6587\u6863\u67e5\u770b\u529f\u80fd\u3002\u4f60\u53ef\u4ee5\u4f7f\u7528<code>IPython<\/code>\u6765\u67e5\u770b\u5305\u4e2d\u7684\u51fd\u6570\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">from IPython import get_ipython<\/p>\n<p>ipython = get_ipython()<\/p>\n<p>ipython.magic(&#39;pinfo somepackage&#39;)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u901a\u8fc7\u4e0a\u8ff0\u4ee3\u7801\uff0c\u4f60\u53ef\u4ee5\u5728<code>IPython<\/code>\u4e2d\u67e5\u770b<code>somepackage<\/code>\u5305\u7684\u8be6\u7ec6\u4fe1\u606f\uff0c\u5305\u62ec\u5305\u4e2d\u6240\u6709\u51fd\u6570\u7684\u8be6\u7ec6\u63cf\u8ff0\u3002\u8fd9\u662f\u4e00\u4e2a\u975e\u5e38\u65b9\u4fbf\u7684\u65b9\u6cd5\uff0c\u5c24\u5176\u662f\u5728\u4f60\u4e60\u60ef\u4f7f\u7528\u4ea4\u4e92\u5f0f\u89e3\u91ca\u5668\u65f6\u3002<\/p>\n<\/p>\n<p><h3>\u4e03\u3001\u603b\u7ed3<\/h3>\n<\/p>\n<p><p>\u5728Python\u4e2d\u67e5\u770b\u6bcf\u4e2a\u5305\u4e2d\u7684\u51fd\u6570\uff0c\u53ef\u4ee5\u4f7f\u7528<code>dir()<\/code>\u51fd\u6570\u3001\u67e5\u770b\u5305\u7684\u6587\u6863\u3001\u4f7f\u7528<code>help()<\/code>\u51fd\u6570\u7b49\u65b9\u6cd5\u3002<code>dir()<\/code>\u51fd\u6570\u7528\u4e8e\u5217\u51fa\u5bf9\u8c61\u7684\u6240\u6709\u5c5e\u6027\u548c\u65b9\u6cd5\uff0c\u67e5\u770b\u5305\u7684\u5b98\u65b9\u6587\u6863\u662f\u83b7\u53d6\u5305\u4e2d\u6240\u6709\u51fd\u6570\u53ca\u5176\u7528\u9014\u7684\u6700\u53ef\u9760\u65b9\u6cd5\uff0c<code>help()<\/code>\u51fd\u6570\u7528\u4e8e\u67e5\u770b\u5bf9\u8c61\u7684\u6587\u6863\u5b57\u7b26\u4e32\u3002\u6b64\u5916\uff0c\u4f60\u8fd8\u53ef\u4ee5\u4f7f\u7528<code>pydoc<\/code>\u5de5\u5177\u548c\u7b2c\u4e09\u65b9\u5de5\u5177\u5982<code>IPython<\/code>\u6765\u67e5\u770b\u5305\u4e2d\u7684\u51fd\u6570\u3002\u901a\u8fc7\u8fd9\u4e9b\u65b9\u6cd5\uff0c\u4f60\u53ef\u4ee5\u8f7b\u677e\u5730\u67e5\u770b\u5305\u4e2d\u7684\u6240\u6709\u51fd\u6570\uff0c\u5e76\u4e86\u89e3\u5b83\u4eec\u7684\u7528\u9014\u548c\u7528\u6cd5\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u5728Python\u4e2d\u67e5\u770b\u7279\u5b9a\u5305\u5185\u7684\u6240\u6709\u51fd\u6570\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u53ef\u4ee5\u4f7f\u7528\u5185\u7f6e\u7684<code>dir()<\/code>\u51fd\u6570\u6765\u5217\u51fa\u4e00\u4e2a\u5305\u6216\u6a21\u5757\u4e2d\u7684\u6240\u6709\u5c5e\u6027\u548c\u65b9\u6cd5\u3002\u9996\u5148\uff0c\u901a\u8fc7<code>import<\/code>\u8bed\u53e5\u5bfc\u5165\u6240\u9700\u7684\u5305\uff0c\u7136\u540e\u4f7f\u7528<code>dir()<\/code>\u51fd\u6570\u67e5\u770b\u5176\u5185\u5bb9\u3002\u5bf9\u4e8e\u66f4\u52a0\u8be6\u7ec6\u7684\u4fe1\u606f\uff0c\u53ef\u4ee5\u7ed3\u5408\u4f7f\u7528<code>help()<\/code>\u51fd\u6570\u3002<\/p>\n<p><strong>\u662f\u5426\u53ef\u4ee5\u4f7f\u7528IDE\u6216\u7f16\u8f91\u5668\u67e5\u770b\u5305\u4e2d\u7684\u51fd\u6570\uff1f<\/strong><br \/>\u8bb8\u591a\u96c6\u6210\u5f00\u53d1\u73af\u5883\uff08IDE\uff09\u548c\u4ee3\u7801\u7f16\u8f91\u5668\uff08\u5982PyCharm\u3001VS Code\u7b49\uff09\u63d0\u4f9b\u4e86\u4ee3\u7801\u81ea\u52a8\u8865\u5168\u548c\u51fd\u6570\u5217\u8868\u529f\u80fd\u3002\u8fd9\u4f7f\u5f97\u7528\u6237\u80fd\u591f\u8f7b\u677e\u67e5\u770b\u5305\u4e2d\u7684\u6240\u6709\u51fd\u6570\u548c\u7c7b\u3002\u6b64\u5916\uff0cIDE\u901a\u5e38\u4f1a\u663e\u793a\u51fd\u6570\u7684\u6587\u6863\u5b57\u7b26\u4e32\uff0c\u6709\u52a9\u4e8e\u7406\u89e3\u6bcf\u4e2a\u51fd\u6570\u7684\u529f\u80fd\u3002<\/p>\n<p><strong>\u5982\u4f55\u4f7f\u7528\u6587\u6863\u5de5\u5177\u67e5\u770b\u5305\u4e2d\u7684\u51fd\u6570\u548c\u65b9\u6cd5\uff1f<\/strong><br \/>Python\u793e\u533a\u6709\u591a\u4e2a\u6587\u6863\u751f\u6210\u5de5\u5177\uff0c\u5982Sphinx\u548cpydoc\u3002\u8fd9\u4e9b\u5de5\u5177\u53ef\u4ee5\u81ea\u52a8\u63d0\u53d6\u4ee3\u7801\u4e2d\u7684\u6587\u6863\u5b57\u7b26\u4e32\uff0c\u5e76\u751f\u6210\u8be6\u7ec6\u7684\u6587\u6863\u9875\u9762\u3002\u4f60\u53ef\u4ee5\u901a\u8fc7\u8fd0\u884c<code>pydoc &lt;package_name&gt;<\/code>\u547d\u4ee4\u6765\u67e5\u770b\u5305\u4e2d\u7684\u6240\u6709\u51fd\u6570\u53ca\u5176\u8bf4\u660e\uff0c\u65b9\u4fbf\u5f00\u53d1\u8005\u83b7\u53d6\u4fe1\u606f\u3002<\/p>\n<p><strong>\u662f\u5426\u53ef\u4ee5\u901a\u8fc7\u5728\u7ebf\u8d44\u6e90\u627e\u5230\u67d0\u4e2a\u5305\u7684\u51fd\u6570\u5217\u8868\uff1f<\/strong><br \/>\u662f\u7684\uff0c\u8bb8\u591aPython\u5305\u5728\u5176\u5b98\u65b9\u6587\u6863\u7f51\u7ad9\u4e0a\u63d0\u4f9b\u4e86\u8be6\u7ec6\u7684API\u53c2\u8003\u3002\u8fd9\u4e9b\u6587\u6863\u901a\u5e38\u4f1a\u5217\u51fa\u6240\u6709\u51fd\u6570\u3001\u7c7b\u548c\u6a21\u5757\uff0c\u5e76\u9644\u4e0a\u4f7f\u7528\u793a\u4f8b\u548c\u53c2\u6570\u8bf4\u660e\u3002\u8bbf\u95ee\u8fd9\u4e9b\u6587\u6863\u53ef\u4ee5\u5e2e\u52a9\u7528\u6237\u66f4\u597d\u5730\u7406\u89e3\u5982\u4f55\u4f7f\u7528\u7279\u5b9a\u5305\u7684\u529f\u80fd\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u4f7f\u7528dir()\u51fd\u6570\u3001\u67e5\u770b\u5305\u7684\u6587\u6863\u3001\u4f7f\u7528help()\u51fd\u6570 \u5728Python\u4e2d\u67e5\u770b\u6bcf\u4e2a\u5305\u4e2d\u7684\u51fd\u6570\uff0c\u53ef\u4ee5\u4f7f\u7528dir() [&hellip;]","protected":false},"author":3,"featured_media":1083150,"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\/1083145"}],"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=1083145"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1083145\/revisions"}],"predecessor-version":[{"id":1083151,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1083145\/revisions\/1083151"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1083150"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1083145"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1083145"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1083145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}