{"id":1099414,"date":"2025-01-08T15:30:32","date_gmt":"2025-01-08T07:30:32","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1099414.html"},"modified":"2025-01-08T15:30:34","modified_gmt":"2025-01-08T07:30:34","slug":"%e6%b5%8f%e8%a7%88%e5%99%a8%e5%a6%82%e4%bd%95%e8%a7%a3%e6%9e%90python%e8%af%ad%e8%a8%80-2","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1099414.html","title":{"rendered":"\u6d4f\u89c8\u5668\u5982\u4f55\u89e3\u6790python\u8bed\u8a00"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/25063138\/12064ad4-f047-46b3-b358-27b652abb2d9.webp\" alt=\"\u6d4f\u89c8\u5668\u5982\u4f55\u89e3\u6790python\u8bed\u8a00\" \/><\/p>\n<p><p> \u6d4f\u89c8\u5668\u65e0\u6cd5\u76f4\u63a5\u89e3\u6790Python\u8bed\u8a00\u3001\u9700\u8981\u5c06Python\u4ee3\u7801\u8f6c\u6362\u4e3aJavaScript\u4ee3\u7801\u3001\u53ef\u4ee5\u4f7f\u7528\u5de5\u5177\u5982Brython\u548cTranscrypt\u3002<strong>\u7531\u4e8e\u6d4f\u89c8\u5668\u539f\u751f\u652f\u6301\u7684\u662fJavaScript\uff0c\u800c\u975ePython\uff0cPython\u4ee3\u7801\u65e0\u6cd5\u76f4\u63a5\u5728\u6d4f\u89c8\u5668\u4e2d\u8fd0\u884c<\/strong>\u3002\u56e0\u6b64\uff0c\u4e3a\u4e86\u5728\u6d4f\u89c8\u5668\u4e2d\u4f7f\u7528Python\uff0c\u5fc5\u987b\u5c06Python\u4ee3\u7801\u8f6c\u6362\u4e3aJavaScript\u4ee3\u7801\u3002\u63a5\u4e0b\u6765\uff0c\u6211\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u5176\u4e2d\u4e00\u79cd\u65b9\u6cd5\u2014\u2014\u4f7f\u7528Brython\u6765\u5c06Python\u4ee3\u7801\u8f6c\u6362\u4e3aJavaScript\u4ee3\u7801\u3002<\/p>\n<\/p>\n<p><p>Brython\u662f\u4e00\u4e2a\u5c06Python\u4ee3\u7801\u8f6c\u6362\u4e3aJavaScript\u4ee3\u7801\u7684\u5de5\u5177\u3002\u5b83\u5141\u8bb8\u4f60\u5728\u6d4f\u89c8\u5668\u4e2d\u76f4\u63a5\u7f16\u5199\u548c\u8fd0\u884cPython\u4ee3\u7801\uff0c\u800c\u4e0d\u9700\u8981\u624b\u52a8\u8fdb\u884c\u8f6c\u6362\u3002Brython\u4f1a\u5728\u540e\u53f0\u5c06Python\u4ee3\u7801\u8f6c\u6362\u4e3aJavaScript\u4ee3\u7801\uff0c\u4f7f\u5f97\u6d4f\u89c8\u5668\u80fd\u591f\u7406\u89e3\u5e76\u6267\u884c\u8fd9\u4e9b\u4ee3\u7801\u3002\u4e0b\u9762\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u5982\u4f55\u4f7f\u7528Brython\u6765\u5b9e\u73b0\u8fd9\u4e00\u76ee\u6807\u3002<\/p>\n<\/p>\n<p><h3>\u4e00\u3001\u5f15\u5165Brython\u5e93<\/h3>\n<\/p>\n<p><p>\u8981\u4f7f\u7528Brython\uff0c\u9996\u5148\u9700\u8981\u5728HTML\u6587\u4ef6\u4e2d\u5f15\u5165Brython\u5e93\u3002\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u4ee3\u7801\u5c06Brython\u5e93\u5f15\u5165HTML\u6587\u4ef6\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-html\">&lt;!DOCTYPE html&gt;<\/p>\n<p>&lt;html&gt;<\/p>\n<p>&lt;head&gt;<\/p>\n<p>    &lt;title&gt;Python in Browser with Brython&lt;\/title&gt;<\/p>\n<p>    &lt;script type=&quot;text\/javascript&quot; src=&quot;https:\/\/cdn.jsdelivr.net\/npm\/brython@3.9.5\/brython.min.js&quot;&gt;&lt;\/script&gt;<\/p>\n<p>&lt;\/head&gt;<\/p>\n<p>&lt;body onload=&quot;brython()&quot;&gt;<\/p>\n<p>    &lt;h1&gt;Hello, Brython!&lt;\/h1&gt;<\/p>\n<p>    &lt;script type=&quot;text\/python&quot;&gt;<\/p>\n<p>        # Your Python code here<\/p>\n<p>        print(&quot;Hello, Brython!&quot;)<\/p>\n<p>    &lt;\/script&gt;<\/p>\n<p>&lt;\/body&gt;<\/p>\n<p>&lt;\/html&gt;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u4e0a\u8ff0\u4ee3\u7801\u4e2d\uff0c\u6211\u4eec\u5728HTML\u6587\u4ef6\u4e2d\u5f15\u5165\u4e86Brython\u5e93\uff0c\u5e76\u5728<code>&lt;script&gt;<\/code>\u6807\u7b7e\u4e2d\u7f16\u5199\u4e86Python\u4ee3\u7801\u3002\u901a\u8fc7<code>onload=&quot;brython()&quot;<\/code>\uff0c\u6211\u4eec\u786e\u4fdd\u5728\u9875\u9762\u52a0\u8f7d\u5b8c\u6bd5\u540e\uff0cBrython\u5e93\u4f1a\u5f00\u59cb\u5de5\u4f5c\uff0c\u5c06Python\u4ee3\u7801\u8f6c\u6362\u4e3aJavaScript\u5e76\u6267\u884c\u3002<\/p>\n<\/p>\n<p><h3>\u4e8c\u3001\u4f7f\u7528Brython\u7f16\u5199Python\u4ee3\u7801<\/h3>\n<\/p>\n<p><p>\u5728\u5f15\u5165\u4e86Brython\u5e93\u4e4b\u540e\uff0c\u6211\u4eec\u53ef\u4ee5\u76f4\u63a5\u5728HTML\u6587\u4ef6\u4e2d\u7f16\u5199Python\u4ee3\u7801\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u793a\u4f8b\uff0c\u5c55\u793a\u4e86\u5982\u4f55\u4f7f\u7528Brython\u7f16\u5199Python\u4ee3\u7801\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-html\">&lt;!DOCTYPE html&gt;<\/p>\n<p>&lt;html&gt;<\/p>\n<p>&lt;head&gt;<\/p>\n<p>    &lt;title&gt;Python in Browser with Brython&lt;\/title&gt;<\/p>\n<p>    &lt;script type=&quot;text\/javascript&quot; src=&quot;https:\/\/cdn.jsdelivr.net\/npm\/brython@3.9.5\/brython.min.js&quot;&gt;&lt;\/script&gt;<\/p>\n<p>&lt;\/head&gt;<\/p>\n<p>&lt;body onload=&quot;brython()&quot;&gt;<\/p>\n<p>    &lt;h1&gt;Python in Browser&lt;\/h1&gt;<\/p>\n<p>    &lt;button id=&quot;myButton&quot;&gt;Click Me!&lt;\/button&gt;<\/p>\n<p>    &lt;script type=&quot;text\/python&quot;&gt;<\/p>\n<p>        from browser import document<\/p>\n<p>        def on_button_click(event):<\/p>\n<p>            document[&#39;myButton&#39;].text = &#39;Button Clicked!&#39;<\/p>\n<p>        document[&#39;myButton&#39;].bind(&#39;click&#39;, on_button_click)<\/p>\n<p>    &lt;\/script&gt;<\/p>\n<p>&lt;\/body&gt;<\/p>\n<p>&lt;\/html&gt;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u4e2a\u793a\u4f8b\u4e2d\uff0c\u6211\u4eec\u521b\u5efa\u4e86\u4e00\u4e2a\u7b80\u5355\u7684HTML\u9875\u9762\uff0c\u5176\u4e2d\u5305\u542b\u4e00\u4e2a\u6309\u94ae\u3002\u5f53\u7528\u6237\u70b9\u51fb\u6309\u94ae\u65f6\uff0c\u6309\u94ae\u7684\u6587\u672c\u5c06\u88ab\u4fee\u6539\u4e3a\u201cButton Clicked!\u201d\u3002\u4f7f\u7528Brython\uff0c\u6211\u4eec\u53ef\u4ee5\u8f7b\u677e\u5730\u7f16\u5199Python\u4ee3\u7801\u6765\u5904\u7406\u6309\u94ae\u7684\u70b9\u51fb\u4e8b\u4ef6\u3002<\/p>\n<\/p>\n<p><h3>\u4e09\u3001Brython\u7684\u4f18\u52bf\u4e0e\u5c40\u9650<\/h3>\n<\/p>\n<p><p><strong>Brython\u7684\u4f18\u52bf<\/strong>\uff1a<\/p>\n<\/p>\n<ol>\n<li><strong>\u7b80\u5316\u5f00\u53d1\u6d41\u7a0b<\/strong>\uff1a\u5bf9\u4e8e\u719f\u6089Python\u7684\u5f00\u53d1\u8005\uff0cBrython\u4f7f\u5f97\u5728\u6d4f\u89c8\u5668\u4e2d\u7f16\u5199\u4ee3\u7801\u53d8\u5f97\u66f4\u52a0\u5bb9\u6613\uff0c\u56e0\u4e3a\u4ed6\u4eec\u4e0d\u9700\u8981\u5b66\u4e60JavaScript\u3002<\/li>\n<li><strong>\u5229\u7528\u73b0\u6709Python\u5e93<\/strong>\uff1aBrython\u652f\u6301\u8bb8\u591a\u5e38\u89c1\u7684Python\u5e93\uff0c\u4f7f\u5f97\u5f00\u53d1\u8005\u53ef\u4ee5\u76f4\u63a5\u5728\u6d4f\u89c8\u5668\u4e2d\u4f7f\u7528\u8fd9\u4e9b\u5e93\u3002<\/li>\n<li><strong>\u66f4\u9ad8\u7684\u4ee3\u7801\u53ef\u8bfb\u6027<\/strong>\uff1aPython\u7684\u8bed\u6cd5\u901a\u5e38\u6bd4JavaScript\u66f4\u7b80\u6d01\u3001\u66f4\u6613\u8bfb\uff0c\u8fd9\u4f7f\u5f97\u4f7f\u7528Brython\u7f16\u5199\u7684\u4ee3\u7801\u66f4\u52a0\u6e05\u6670\u3002<\/li>\n<\/ol>\n<p><p><strong>Brython\u7684\u5c40\u9650<\/strong>\uff1a<\/p>\n<\/p>\n<ol>\n<li><strong>\u6027\u80fd\u95ee\u9898<\/strong>\uff1a\u7531\u4e8eBrython\u9700\u8981\u5c06Python\u4ee3\u7801\u8f6c\u6362\u4e3aJavaScript\u4ee3\u7801\uff0c\u56e0\u6b64\u5728\u6027\u80fd\u65b9\u9762\u53ef\u80fd\u5b58\u5728\u4e00\u5b9a\u7684\u5f00\u9500\u3002\u5bf9\u4e8e\u6027\u80fd\u8981\u6c42\u8f83\u9ad8\u7684\u5e94\u7528\uff0c\u53ef\u80fd\u9700\u8981\u8c28\u614e\u4f7f\u7528Brython\u3002<\/li>\n<li><strong>\u5e93\u7684\u517c\u5bb9\u6027<\/strong>\uff1a\u867d\u7136Brython\u652f\u6301\u8bb8\u591a\u5e38\u89c1\u7684Python\u5e93\uff0c\u4f46\u5e76\u4e0d\u662f\u6240\u6709\u7684\u5e93\u90fd\u80fd\u5728\u6d4f\u89c8\u5668\u4e2d\u6b63\u5e38\u5de5\u4f5c\u3002\u5f00\u53d1\u8005\u9700\u8981\u786e\u4fdd\u6240\u4f7f\u7528\u7684\u5e93\u4e0eBrython\u517c\u5bb9\u3002<\/li>\n<li><strong>\u793e\u533a\u4e0e\u652f\u6301<\/strong>\uff1a\u4e0eJavaScript\u76f8\u6bd4\uff0cBrython\u7684\u793e\u533a\u548c\u652f\u6301\u8d44\u6e90\u76f8\u5bf9\u8f83\u5c11\u3002\u56e0\u6b64\uff0c\u5728\u9047\u5230\u95ee\u9898\u65f6\uff0c\u5f00\u53d1\u8005\u53ef\u80fd\u9700\u8981\u66f4\u591a\u7684\u65f6\u95f4\u548c\u7cbe\u529b\u6765\u5bfb\u627e\u89e3\u51b3\u65b9\u6848\u3002<\/li>\n<\/ol>\n<p><h3>\u56db\u3001Transcrypt\uff1a\u53e6\u4e00\u79cd\u9009\u62e9<\/h3>\n<\/p>\n<p><p>\u9664\u4e86Brython\uff0c\u53e6\u4e00\u79cd\u5c06Python\u4ee3\u7801\u8f6c\u6362\u4e3aJavaScript\u4ee3\u7801\u7684\u5de5\u5177\u662fTranscrypt\u3002Transcrypt\u662f\u4e00\u79cd\u7f16\u8bd1\u5668\uff0c\u53ef\u4ee5\u5c06Python\u4ee3\u7801\u7f16\u8bd1\u4e3a\u9ad8\u6548\u3001\u53ef\u8bfb\u7684JavaScript\u4ee3\u7801\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u4f7f\u7528Transcrypt\u7684\u7b80\u5355\u793a\u4f8b\uff1a<\/p>\n<\/p>\n<ol>\n<li>\n<p><strong>\u5b89\u88c5Transcrypt<\/strong>\uff1a\u9996\u5148\uff0c\u9700\u8981\u5728\u672c\u5730\u5b89\u88c5Transcrypt\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u8fdb\u884c\u5b89\u88c5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install transcrypt<\/p>\n<p><\/code><\/pre>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u7f16\u5199Python\u4ee3\u7801<\/strong>\uff1a\u63a5\u4e0b\u6765\uff0c\u7f16\u5199\u4e00\u4e2a\u7b80\u5355\u7684Python\u811a\u672c\uff0c\u4f8b\u5982<code>hello.py<\/code>\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">def greet():<\/p>\n<p>    print(&quot;Hello, Transcrypt!&quot;)<\/p>\n<p>greet()<\/p>\n<p><\/code><\/pre>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u7f16\u8bd1Python\u4ee3\u7801<\/strong>\uff1a\u4f7f\u7528Transcrypt\u5c06Python\u4ee3\u7801\u7f16\u8bd1\u4e3aJavaScript\u4ee3\u7801\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">transcrypt -b hello.py<\/p>\n<p><\/code><\/pre>\n<\/p>\n<\/li>\n<li>\n<p><strong>\u5728HTML\u6587\u4ef6\u4e2d\u4f7f\u7528\u7f16\u8bd1\u540e\u7684JavaScript\u4ee3\u7801<\/strong>\uff1a\u5c06\u7f16\u8bd1\u540e\u7684JavaScript\u4ee3\u7801\u5f15\u5165HTML\u6587\u4ef6\u4e2d\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-html\">&lt;!DOCTYPE html&gt;<\/p>\n<p>&lt;html&gt;<\/p>\n<p>&lt;head&gt;<\/p>\n<p>    &lt;title&gt;Python in Browser with Transcrypt&lt;\/title&gt;<\/p>\n<p>    &lt;script type=&quot;module&quot; src=&quot;__target__\/hello.js&quot;&gt;&lt;\/script&gt;<\/p>\n<p>&lt;\/head&gt;<\/p>\n<p>&lt;body&gt;<\/p>\n<p>    &lt;h1&gt;Python in Browser with Transcrypt&lt;\/h1&gt;<\/p>\n<p>    &lt;script type=&quot;module&quot;&gt;<\/p>\n<p>        import { greet } from &#39;.\/__target__\/hello.js&#39;;<\/p>\n<p>        greet();<\/p>\n<p>    &lt;\/script&gt;<\/p>\n<p>&lt;\/body&gt;<\/p>\n<p>&lt;\/html&gt;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<\/li>\n<\/ol>\n<p><p>\u901a\u8fc7\u8fd9\u79cd\u65b9\u5f0f\uff0cTranscrypt\u5c06Python\u4ee3\u7801\u7f16\u8bd1\u4e3aJavaScript\u4ee3\u7801\uff0c\u4f7f\u5f97\u6d4f\u89c8\u5668\u80fd\u591f\u7406\u89e3\u5e76\u6267\u884c\u8fd9\u4e9b\u4ee3\u7801\u3002<\/p>\n<\/p>\n<p><h3>\u4e94\u3001\u603b\u7ed3<\/h3>\n<\/p>\n<p><p>\u867d\u7136\u6d4f\u89c8\u5668\u65e0\u6cd5\u76f4\u63a5\u89e3\u6790Python\u8bed\u8a00\uff0c\u4f46\u901a\u8fc7\u4f7f\u7528\u5de5\u5177\u5982Brython\u548cTranscrypt\uff0c\u6211\u4eec\u53ef\u4ee5\u5c06Python\u4ee3\u7801\u8f6c\u6362\u4e3aJavaScript\u4ee3\u7801\uff0c\u4ece\u800c\u5728\u6d4f\u89c8\u5668\u4e2d\u8fd0\u884c\u3002\u8fd9\u4e9b\u5de5\u5177\u7b80\u5316\u4e86\u5f00\u53d1\u6d41\u7a0b\uff0c\u4f7f\u5f97\u719f\u6089Python\u7684\u5f00\u53d1\u8005\u53ef\u4ee5\u8f7b\u677e\u5730\u5728\u6d4f\u89c8\u5668\u4e2d\u7f16\u5199\u4ee3\u7801\u3002\u7136\u800c\uff0c\u4f7f\u7528\u8fd9\u4e9b\u5de5\u5177\u4e5f\u9700\u8981\u6ce8\u610f\u5176\u5c40\u9650\u6027\uff0c\u4f8b\u5982\u6027\u80fd\u95ee\u9898\u548c\u5e93\u7684\u517c\u5bb9\u6027\u3002\u5728\u5b9e\u9645\u5f00\u53d1\u4e2d\uff0c\u5f00\u53d1\u8005\u9700\u8981\u6839\u636e\u5177\u4f53\u9700\u6c42\u9009\u62e9\u5408\u9002\u7684\u5de5\u5177\uff0c\u5e76\u5408\u7406\u4f7f\u7528\u5b83\u4eec\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u6d4f\u89c8\u5668\u80fd\u76f4\u63a5\u8fd0\u884cPython\u4ee3\u7801\u5417\uff1f<\/strong><br \/>\u6d4f\u89c8\u5668\u672c\u8eab\u5e76\u4e0d\u652f\u6301\u76f4\u63a5\u8fd0\u884cPython\u4ee3\u7801\u3002\u5b83\u4e3b\u8981\u4f9d\u8d56\u4e8eJavaScript\u6765\u5904\u7406\u7f51\u9875\u4e2d\u7684\u52a8\u6001\u5185\u5bb9\u3002\u8981\u5728\u6d4f\u89c8\u5668\u4e2d\u4f7f\u7528Python\uff0c\u53ef\u4ee5\u501f\u52a9\u4e00\u4e9b\u5de5\u5177\u6216\u6846\u67b6\uff0c\u5982Brython\u3001Pyodide\u6216Transcrypt\uff0c\u8fd9\u4e9b\u5de5\u5177\u5c06Python\u4ee3\u7801\u8f6c\u6362\u4e3aJavaScript\uff0c\u4ece\u800c\u5b9e\u73b0\u76f8\u5e94\u7684\u529f\u80fd\u3002<\/p>\n<p><strong>\u4f7f\u7528Python\u8fdb\u884c\u7f51\u9875\u5f00\u53d1\u6709\u54ea\u4e9b\u5e38\u89c1\u7684\u65b9\u6cd5\uff1f<\/strong><br \/>\u5728\u7f51\u9875\u5f00\u53d1\u4e2d\uff0cPython\u5e38\u7528\u4e8e\u540e\u7aef\u5f00\u53d1\u3002\u5e38\u89c1\u7684\u6846\u67b6\u6709Flask\u548cDjango\uff0c\u5b83\u4eec\u53ef\u4ee5\u5904\u7406\u670d\u52a1\u5668\u7aef\u903b\u8f91\uff0c\u751f\u6210HTML\u9875\u9762\u548cAPI\u63a5\u53e3\u3002\u901a\u8fc7\u8fd9\u4e9b\u6846\u67b6\uff0c\u5f00\u53d1\u8005\u53ef\u4ee5\u5c06Python\u4e0eHTML\u3001CSS\u548cJavaScript\u7ed3\u5408\uff0c\u521b\u5efa\u52a8\u6001\u7f51\u9875\u3002<\/p>\n<p><strong>\u5982\u4f55\u5728\u6d4f\u89c8\u5668\u4e2d\u8c03\u8bd5Python\u4ee3\u7801\uff1f<\/strong><br \/>\u8c03\u8bd5Python\u4ee3\u7801\u5728\u6d4f\u89c8\u5668\u4e2d\u901a\u5e38\u9700\u8981\u4f7f\u7528\u7279\u5b9a\u7684\u5de5\u5177\u3002\u5bf9\u4e8e\u4f7f\u7528Brython\u6216Pyodide\u7684\u9879\u76ee\uff0c\u53ef\u4ee5\u5728\u6d4f\u89c8\u5668\u7684\u5f00\u53d1\u8005\u5de5\u5177\u4e2d\u67e5\u770b\u63a7\u5236\u53f0\u8f93\u51fa\u548c\u9519\u8bef\u4fe1\u606f\u3002\u4e5f\u53ef\u4ee5\u4f7f\u7528Jupyter Notebook\u7b49\u5de5\u5177\uff0c\u901a\u8fc7\u5728\u672c\u5730\u73af\u5883\u4e2d\u8fd0\u884cPython\u4ee3\u7801\u8fdb\u884c\u8c03\u8bd5\uff0c\u968f\u540e\u518d\u5c06\u7ed3\u679c\u5d4c\u5165\u5230\u7f51\u9875\u4e2d\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u6d4f\u89c8\u5668\u65e0\u6cd5\u76f4\u63a5\u89e3\u6790Python\u8bed\u8a00\u3001\u9700\u8981\u5c06Python\u4ee3\u7801\u8f6c\u6362\u4e3aJavaScript\u4ee3\u7801\u3001\u53ef\u4ee5\u4f7f\u7528\u5de5\u5177\u5982Bry [&hellip;]","protected":false},"author":3,"featured_media":1099420,"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\/1099414"}],"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=1099414"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1099414\/revisions"}],"predecessor-version":[{"id":1099422,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1099414\/revisions\/1099422"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1099420"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1099414"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1099414"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1099414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}