{"id":934605,"date":"2024-12-26T18:38:18","date_gmt":"2024-12-26T10:38:18","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/934605.html"},"modified":"2024-12-26T18:38:21","modified_gmt":"2024-12-26T10:38:21","slug":"python%e5%a6%82%e4%bd%95copy-paste","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/934605.html","title":{"rendered":"python\u5982\u4f55copy paste"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/25071523\/6bd36a92-6c1d-499c-8507-f3c239a43421.webp\" alt=\"python\u5982\u4f55copy paste\" \/><\/p>\n<p><p> <strong>Python\u4e2d\u5982\u4f55\u5b9e\u73b0\u590d\u5236\u7c98\u8d34\u7684\u529f\u80fd\uff1f\u53ef\u4ee5\u901a\u8fc7\u4f7f\u7528pyperclip\u5e93\u5b9e\u73b0\u3001\u53ef\u4ee5\u901a\u8fc7\u4f7f\u7528clipboard\u6a21\u5757\u5b9e\u73b0\u3001\u53ef\u4ee5\u901a\u8fc7\u4f7f\u7528pandas\u5e93\u5b9e\u73b0\u6570\u636e\u6846\u7684\u590d\u5236\u548c\u7c98\u8d34<\/strong>\u3002\u5728\u8fd9\u4e4b\u4e2d\uff0c\u6700\u5e38\u7528\u7684\u65b9\u6cd5\u662f\u4f7f\u7528pyperclip\u5e93\uff0c\u56e0\u4e3a\u5b83\u7b80\u5355\u6613\u7528\u5e76\u4e14\u9002\u5408\u5904\u7406\u6587\u672c\u6570\u636e\u3002\u4e0b\u9762\u5c06\u5bf9\u4f7f\u7528pyperclip\u5e93\u5b9e\u73b0\u590d\u5236\u7c98\u8d34\u529f\u80fd\u8fdb\u884c\u8be6\u7ec6\u63cf\u8ff0\u3002<\/p>\n<\/p>\n<p><p>Pyperclip\u5e93\u662f\u4e00\u4e2a\u8de8\u5e73\u53f0\u7684Python\u6a21\u5757\uff0c\u7528\u4e8e\u590d\u5236\u548c\u7c98\u8d34\u6587\u672c\u5230\u526a\u8d34\u677f\u3002\u5b83\u7684\u4f7f\u7528\u975e\u5e38\u7b80\u5355\uff0c\u53ea\u9700\u8c03\u7528<code>pyperclip.copy(text)<\/code>\u5c06\u6587\u672c\u590d\u5236\u5230\u526a\u8d34\u677f\uff0c\u6216\u8005\u8c03\u7528<code>pyperclip.paste()<\/code>\u4ece\u526a\u8d34\u677f\u4e2d\u7c98\u8d34\u6587\u672c\u3002\u8be5\u5e93\u7684\u4f18\u70b9\u5728\u4e8e\u5176\u8f7b\u91cf\u7ea7\u548c\u6613\u4e8e\u4f7f\u7528\uff0c\u9002\u5408\u5904\u7406\u7b80\u5355\u7684\u6587\u672c\u6570\u636e\u3002<\/p>\n<\/p>\n<p><h2>\u4e00\u3001\u4f7f\u7528PYPERCLIP\u5e93\u5b9e\u73b0\u590d\u5236\u7c98\u8d34<\/h2>\n<\/p>\n<p><h3>1. \u5b89\u88c5\u4e0e\u57fa\u672c\u7528\u6cd5<\/h3>\n<\/p>\n<p><p>\u9996\u5148\u9700\u8981\u786e\u4fdd\u5b89\u88c5\u4e86pyperclip\u5e93\uff0c\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u547d\u4ee4\u8fdb\u884c\u5b89\u88c5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-bash\">pip install pyperclip<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5b89\u88c5\u5b8c\u6210\u540e\uff0c\u5c31\u53ef\u4ee5\u5728Python\u811a\u672c\u4e2d\u4f7f\u7528pyperclip\u8fdb\u884c\u590d\u5236\u548c\u7c98\u8d34\u64cd\u4f5c\u3002\u4e0b\u9762\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u793a\u4f8b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import pyperclip<\/p>\n<h2><strong>\u590d\u5236\u6587\u672c\u5230\u526a\u8d34\u677f<\/strong><\/h2>\n<p>pyperclip.copy(&quot;Hello, World!&quot;)<\/p>\n<h2><strong>\u4ece\u526a\u8d34\u677f\u7c98\u8d34\u6587\u672c<\/strong><\/h2>\n<p>text = pyperclip.paste()<\/p>\n<p>print(text)  # \u8f93\u51fa: Hello, World!<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>2. \u5904\u7406\u591a\u884c\u6587\u672c<\/h3>\n<\/p>\n<p><p>Pyperclip\u4e0d\u4ec5\u53ef\u4ee5\u5904\u7406\u5355\u884c\u6587\u672c\uff0c\u8fd8\u53ef\u4ee5\u5904\u7406\u591a\u884c\u6587\u672c\u3002\u53ea\u9700\u5c06\u591a\u884c\u6587\u672c\u4f5c\u4e3a\u4e00\u4e2a\u5b57\u7b26\u4e32\u4f20\u9012\u7ed9<code>pyperclip.copy()<\/code>\uff0c\u5373\u53ef\u5b8c\u6210\u590d\u5236\u64cd\u4f5c\u3002\u793a\u4f8b\u5982\u4e0b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import pyperclip<\/p>\n<p>multi_line_text = &quot;&quot;&quot;Line 1<\/p>\n<p>Line 2<\/p>\n<p>Line 3&quot;&quot;&quot;<\/p>\n<h2><strong>\u590d\u5236\u591a\u884c\u6587\u672c\u5230\u526a\u8d34\u677f<\/strong><\/h2>\n<p>pyperclip.copy(multi_line_text)<\/p>\n<h2><strong>\u4ece\u526a\u8d34\u677f\u7c98\u8d34\u591a\u884c\u6587\u672c<\/strong><\/h2>\n<p>pasted_text = pyperclip.paste()<\/p>\n<p>print(pasted_text)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\uff0c<code>multi_line_text<\/code>\u5305\u542b\u4e86\u591a\u884c\u6587\u672c\uff0c\u4f7f\u7528pyperclip\u5e93\u53ef\u4ee5\u8f7b\u677e\u590d\u5236\u548c\u7c98\u8d34\u3002<\/p>\n<\/p>\n<p><h2>\u4e8c\u3001\u4f7f\u7528CLIPBOARD\u6a21\u5757\u5b9e\u73b0\u590d\u5236\u7c98\u8d34<\/h2>\n<\/p>\n<p><h3>1. \u57fa\u672c\u7528\u6cd5<\/h3>\n<\/p>\n<p><p>\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\uff0c\u53ef\u80fd\u9700\u8981\u4f7f\u7528Python\u5185\u7f6e\u7684clipboard\u6a21\u5757\u6765\u5b9e\u73b0\u590d\u5236\u7c98\u8d34\u529f\u80fd\u3002\u4e0epyperclip\u4e0d\u540c\uff0cclipboard\u6a21\u5757\u53ef\u80fd\u9700\u8981\u4e00\u4e9b\u989d\u5916\u7684\u914d\u7f6e\u548c\u5e73\u53f0\u7279\u5b9a\u7684\u652f\u6301\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u4f8b\u5b50\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import clipboard<\/p>\n<h2><strong>\u590d\u5236\u6587\u672c\u5230\u526a\u8d34\u677f<\/strong><\/h2>\n<p>clipboard.copy(&quot;Hello, Clipboard!&quot;)<\/p>\n<h2><strong>\u4ece\u526a\u8d34\u677f\u7c98\u8d34\u6587\u672c<\/strong><\/h2>\n<p>text = clipboard.paste()<\/p>\n<p>print(text)  # \u8f93\u51fa: Hello, Clipboard!<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>2. \u5904\u7406\u5927\u6587\u672c\u6570\u636e<\/h3>\n<\/p>\n<p><p>\u5f53\u9700\u8981\u5904\u7406\u5927\u6587\u672c\u6570\u636e\u65f6\uff0cclipboard\u6a21\u5757\u4e5f\u80fd\u591f\u6709\u6548\u5b8c\u6210\u4efb\u52a1\u3002\u4e0epyperclip\u76f8\u6bd4\uff0c\u5b83\u53ef\u80fd\u9700\u8981\u5904\u7406\u66f4\u591a\u7684\u5f02\u5e38\u60c5\u51b5\uff0c\u4f46\u5728\u7279\u5b9a\u7684\u73af\u5883\u4e0b\uff0c\u5b83\u53ef\u4ee5\u63d0\u4f9b\u66f4\u5f3a\u7684\u53ef\u63a7\u6027\u3002<\/p>\n<\/p>\n<p><h2>\u4e09\u3001\u4f7f\u7528PANDAS\u5e93\u5b9e\u73b0\u6570\u636e\u6846\u7684\u590d\u5236\u548c\u7c98\u8d34<\/h2>\n<\/p>\n<p><h3>1. \u6570\u636e\u6846\u7684\u590d\u5236<\/h3>\n<\/p>\n<p><p>\u5728\u6570\u636e\u5206\u6790\u4e2d\uff0c\u7ecf\u5e38\u9700\u8981\u590d\u5236\u548c\u7c98\u8d34\u6570\u636e\u6846\u3002Pandas\u5e93\u63d0\u4f9b\u4e86\u7b80\u4fbf\u7684\u65b9\u6cd5\u6765\u5904\u7406\u8fd9\u4e9b\u64cd\u4f5c\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u4f8b\u5b50\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import pandas as pd<\/p>\n<h2><strong>\u521b\u5efa\u4e00\u4e2a\u6570\u636e\u6846<\/strong><\/h2>\n<p>df = pd.DataFrame({<\/p>\n<p>    &#39;A&#39;: [1, 2, 3],<\/p>\n<p>    &#39;B&#39;: [4, 5, 6]<\/p>\n<p>})<\/p>\n<h2><strong>\u590d\u5236\u6570\u636e\u6846<\/strong><\/h2>\n<p>df_copy = df.copy()<\/p>\n<p>print(df_copy)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>2. \u6570\u636e\u6846\u7684\u7c98\u8d34<\/h3>\n<\/p>\n<p><p>\u5728\u5904\u7406\u6570\u636e\u6846\u7684\u7c98\u8d34\u65f6\uff0c\u53ef\u4ee5\u4f7f\u7528Pandas\u7684<code>to_clipboard()<\/code>\u548c<code>read_clipboard()<\/code>\u65b9\u6cd5\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import pandas as pd<\/p>\n<h2><strong>\u5c06\u6570\u636e\u6846\u590d\u5236\u5230\u526a\u8d34\u677f<\/strong><\/h2>\n<p>df.to_clipboard(index=False)<\/p>\n<h2><strong>\u4ece\u526a\u8d34\u677f\u8bfb\u53d6\u6570\u636e\u6846<\/strong><\/h2>\n<p>df_paste = pd.read_clipboard()<\/p>\n<p>print(df_paste)<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u901a\u8fc7\u8fd9\u79cd\u65b9\u5f0f\uff0c\u53ef\u4ee5\u8f7b\u677e\u5730\u5c06\u6570\u636e\u6846\u5728\u4e0d\u540c\u7684\u5e94\u7528\u7a0b\u5e8f\u4e4b\u95f4\u8fdb\u884c\u590d\u5236\u548c\u7c98\u8d34\u3002<\/p>\n<\/p>\n<p><h2>\u56db\u3001\u8fdb\u9636\u5e94\u7528\u4e0e\u6ce8\u610f\u4e8b\u9879<\/h2>\n<\/p>\n<p><h3>1. \u8de8\u5e73\u53f0\u517c\u5bb9\u6027<\/h3>\n<\/p>\n<p><p>\u65e0\u8bba\u662fpyperclip\u8fd8\u662fclipboard\u6a21\u5757\uff0c\u90fd\u9700\u8981\u8003\u8651\u8de8\u5e73\u53f0\u517c\u5bb9\u6027\u7684\u95ee\u9898\u3002pyperclip\u901a\u8fc7\u5176\u5185\u90e8\u673a\u5236\uff0c\u80fd\u591f\u652f\u6301Windows\u3001macOS\u548cLinux\u7b49\u591a\u4e2a\u5e73\u53f0\uff0c\u800cclipboard\u6a21\u5757\u53ef\u80fd\u9700\u8981\u989d\u5916\u914d\u7f6e\u3002<\/p>\n<\/p>\n<p><h3>2. \u5b89\u5168\u6027\u4e0e\u6027\u80fd<\/h3>\n<\/p>\n<p><p>\u5728\u5904\u7406\u654f\u611f\u6570\u636e\u65f6\uff0c\u9700\u6ce8\u610f\u526a\u8d34\u677f\u7684\u5b89\u5168\u6027\u3002\u56e0\u4e3a\u526a\u8d34\u677f\u662f\u4e00\u4e2a\u516c\u5171\u8d44\u6e90\uff0c\u5176\u4ed6\u5e94\u7528\u7a0b\u5e8f\u53ef\u80fd\u4f1a\u8bfb\u53d6\u5176\u5185\u5bb9\u3002\u5728\u6027\u80fd\u65b9\u9762\uff0c\u5bf9\u4e8e\u5927\u6587\u672c\u6570\u636e\u6216\u9891\u7e41\u7684\u590d\u5236\u7c98\u8d34\u64cd\u4f5c\uff0c\u9700\u8003\u8651\u7a0b\u5e8f\u7684\u6548\u7387\u4ee5\u53ca\u7cfb\u7edf\u8d44\u6e90\u7684\u4f7f\u7528\u60c5\u51b5\u3002<\/p>\n<\/p>\n<p><h3>3. \u6269\u5c55\u529f\u80fd<\/h3>\n<\/p>\n<p><p>\u5bf9\u4e8e\u6709\u7279\u6b8a\u9700\u6c42\u7684\u5e94\u7528\u573a\u666f\uff0c\u53ef\u4ee5\u5bf9pyperclip\u6216\u5176\u4ed6\u5e93\u8fdb\u884c\u6269\u5c55\u3002\u4f8b\u5982\uff0c\u521b\u5efa\u81ea\u5b9a\u4e49\u51fd\u6570\u4ee5\u652f\u6301\u66f4\u591a\u6570\u636e\u683c\u5f0f\u7684\u590d\u5236\u7c98\u8d34\uff0c\u6216\u4e0e\u5176\u4ed6Python\u5e93\u7ed3\u5408\u4f7f\u7528\uff0c\u5b9e\u73b0\u66f4\u590d\u6742\u7684\u6570\u636e\u5904\u7406\u529f\u80fd\u3002<\/p>\n<\/p>\n<p><p>\u901a\u8fc7\u4e0a\u8ff0\u65b9\u6cd5\u548c\u6280\u5de7\uff0c\u53ef\u4ee5\u5728Python\u4e2d\u5b9e\u73b0\u591a\u79cd\u5f62\u5f0f\u7684\u590d\u5236\u7c98\u8d34\u64cd\u4f5c\uff0c\u6ee1\u8db3\u4e0d\u540c\u5e94\u7528\u573a\u666f\u7684\u9700\u6c42\u3002\u65e0\u8bba\u662f\u5904\u7406\u7b80\u5355\u7684\u6587\u672c\u6570\u636e\u8fd8\u662f\u590d\u6742\u7684\u6570\u636e\u6846\uff0c\u90fd\u53ef\u4ee5\u627e\u5230\u5408\u9002\u7684\u5de5\u5177\u548c\u65b9\u6cd5\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u5728Python\u4e2d\u590d\u5236\u548c\u7c98\u8d34\u6587\u672c\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u53ef\u4ee5\u4f7f\u7528\u5185\u7f6e\u7684<code>pyperclip<\/code>\u5e93\u6765\u5b9e\u73b0\u6587\u672c\u7684\u590d\u5236\u548c\u7c98\u8d34\u529f\u80fd\u3002\u9996\u5148\uff0c\u60a8\u9700\u8981\u5b89\u88c5\u8be5\u5e93\uff0c\u547d\u4ee4\u4e3a<code>pip install pyperclip<\/code>\u3002\u5b89\u88c5\u5b8c\u6210\u540e\uff0c\u901a\u8fc7<code>pyperclip.copy(&#39;\u8981\u590d\u5236\u7684\u6587\u672c&#39;)<\/code>\u6765\u590d\u5236\u6587\u672c\uff0c\u800c\u4f7f\u7528<code>pyperclip.paste()<\/code>\u53ef\u4ee5\u83b7\u53d6\u526a\u8d34\u677f\u4e2d\u7684\u5185\u5bb9\u3002\u8fd9\u79cd\u65b9\u6cd5\u9002\u7528\u4e8e\u5904\u7406\u5b57\u7b26\u4e32\u6570\u636e\uff0c\u5c24\u5176\u5728\u9700\u8981\u4e0e\u7528\u6237\u4ea4\u4e92\u65f6\u975e\u5e38\u65b9\u4fbf\u3002<\/p>\n<p><strong>Python\u4e2d\u590d\u5236\u6587\u4ef6\u7684\u6700\u4f73\u65b9\u6cd5\u662f\u4ec0\u4e48\uff1f<\/strong><br \/>\u5728Python\u4e2d\u590d\u5236\u6587\u4ef6\uff0c\u53ef\u4ee5\u4f7f\u7528<code>shutil<\/code>\u6a21\u5757\u7684<code>shutil.copy()<\/code>\u51fd\u6570\u3002\u8be5\u51fd\u6570\u4e0d\u4ec5\u53ef\u4ee5\u590d\u5236\u6587\u4ef6\u7684\u5185\u5bb9\uff0c\u8fd8\u53ef\u4ee5\u4fdd\u7559\u539f\u6587\u4ef6\u7684\u6743\u9650\u4fe1\u606f\u3002\u4f7f\u7528\u793a\u4f8b\u4ee3\u7801\u5982\u4e0b\uff1a  <\/p>\n<pre><code class=\"language-python\">import shutil\nshutil.copy(&#39;\u6e90\u6587\u4ef6\u8def\u5f84&#39;, &#39;\u76ee\u6807\u6587\u4ef6\u8def\u5f84&#39;)\n<\/code><\/pre>\n<p>\u8fd9\u79cd\u65b9\u6cd5\u7b80\u5355\u660e\u4e86\uff0c\u9002\u5408\u5904\u7406\u6587\u4ef6\u64cd\u4f5c\uff0c\u786e\u4fdd\u6570\u636e\u5b89\u5168\u6027\u548c\u5b8c\u6574\u6027\u3002<\/p>\n<p><strong>\u5982\u4f55\u5728Python\u4e2d\u5b9e\u73b0\u6df1\u62f7\u8d1d\u548c\u6d45\u62f7\u8d1d\uff1f<\/strong><br \/>\u5728\u5904\u7406\u590d\u6742\u6570\u636e\u7ed3\u6784\u65f6\uff0c\u4e86\u89e3\u6df1\u62f7\u8d1d\u548c\u6d45\u62f7\u8d1d\u7684\u533a\u522b\u975e\u5e38\u91cd\u8981\u3002Python\u7684<code>copy<\/code>\u6a21\u5757\u63d0\u4f9b\u4e86\u8fd9\u4e24\u79cd\u62f7\u8d1d\u65b9\u5f0f\u3002\u4f7f\u7528<code>copy.copy()<\/code>\u51fd\u6570\u8fdb\u884c\u6d45\u62f7\u8d1d\uff0c\u521b\u5efa\u4e00\u4e2a\u65b0\u5bf9\u8c61\uff0c\u4f46\u5bf9\u53ef\u53d8\u5bf9\u8c61\u7684\u5f15\u7528\u4ecd\u7136\u6307\u5411\u539f\u5bf9\u8c61\u3002\u800c<code>copy.deepcopy()<\/code>\u5219\u4f1a\u9012\u5f52\u5730\u590d\u5236\u5bf9\u8c61\u53ca\u5176\u6240\u6709\u5b50\u5bf9\u8c61\uff0c\u786e\u4fdd\u65b0\u5bf9\u8c61\u4e0e\u539f\u5bf9\u8c61\u5b8c\u5168\u72ec\u7acb\u3002\u793a\u4f8b\u4ee3\u7801\u5982\u4e0b\uff1a  <\/p>\n<pre><code class=\"language-python\">import copy\noriginal_list = [[1, 2, 3], [4, 5, 6]]\nshallow_copied_list = copy.copy(original_list)\ndeep_copied_list = copy.deepcopy(original_list)\n<\/code><\/pre>\n<p>\u8fd9\u79cd\u65b9\u6cd5\u975e\u5e38\u9002\u5408\u9700\u8981\u5904\u7406\u590d\u6742\u6570\u636e\u7ed3\u6784\u7684\u573a\u666f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"Python\u4e2d\u5982\u4f55\u5b9e\u73b0\u590d\u5236\u7c98\u8d34\u7684\u529f\u80fd\uff1f\u53ef\u4ee5\u901a\u8fc7\u4f7f\u7528pyperclip\u5e93\u5b9e\u73b0\u3001\u53ef\u4ee5\u901a\u8fc7\u4f7f\u7528clipboard\u6a21\u5757 [&hellip;]","protected":false},"author":3,"featured_media":934613,"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\/934605"}],"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=934605"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/934605\/revisions"}],"predecessor-version":[{"id":934614,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/934605\/revisions\/934614"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/934613"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=934605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=934605"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=934605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}