{"id":1078195,"date":"2025-01-08T12:09:19","date_gmt":"2025-01-08T04:09:19","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/1078195.html"},"modified":"2025-01-08T12:09:22","modified_gmt":"2025-01-08T04:09:22","slug":"python%e5%a6%82%e4%bd%95%e5%88%a4%e6%96%ad%e7%9b%ae%e5%bd%95%e6%98%af%e5%90%a6%e5%bf%ab%e6%8d%b7%e6%96%b9%e5%bc%8f-2","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/1078195.html","title":{"rendered":"python\u5982\u4f55\u5224\u65ad\u76ee\u5f55\u662f\u5426\u5feb\u6377\u65b9\u5f0f"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/24181858\/cf24e950-e0b7-4769-9d9a-b935d6f401ff.webp\" alt=\"python\u5982\u4f55\u5224\u65ad\u76ee\u5f55\u662f\u5426\u5feb\u6377\u65b9\u5f0f\" \/><\/p>\n<p><p> <strong>\u5224\u65ad\u76ee\u5f55\u662f\u5426\u5feb\u6377\u65b9\u5f0f\u6709\u51e0\u79cd\u65b9\u6cd5\uff0c\u5206\u522b\u662f\uff1a\u4f7f\u7528os.path.islink()\u51fd\u6570\u3001\u4f7f\u7528os.readlink()\u51fd\u6570\u3001\u4f7f\u7528os.stat()\u51fd\u6570\u3002<\/strong> \u8fd9\u4e9b\u65b9\u6cd5\u5404\u81ea\u6709\u5176\u4f18\u7f3a\u70b9\uff0c\u5176\u4e2dos.path.islink()\u51fd\u6570\u8f83\u4e3a\u5e38\u7528\uff0c\u56e0\u4e3a\u5b83\u6bd4\u8f83\u7b80\u5355\u6613\u7528\u3002\u63a5\u4e0b\u6765\u6211\u4eec\u8be6\u7ec6\u4ecb\u7ecd\u5176\u4e2d\u4e00\u79cd\u65b9\u6cd5\uff0c\u5e76\u901a\u8fc7\u5177\u4f53\u793a\u4f8b\u52a0\u4ee5\u8bf4\u660e\u3002<\/p>\n<\/p>\n<p><p>os.path.islink()\u51fd\u6570\u662fPython\u6807\u51c6\u5e93\u4e2d\u7684\u4e00\u4e2a\u51fd\u6570\uff0c\u7528\u4e8e\u5224\u65ad\u7ed9\u5b9a\u8def\u5f84\u662f\u5426\u4e3a\u7b26\u53f7\u94fe\u63a5\u3002\u7b26\u53f7\u94fe\u63a5\u662f\u6307\u5411\u53e6\u4e00\u4e2a\u6587\u4ef6\u6216\u76ee\u5f55\u7684\u5f15\u7528\uff0c\u7c7b\u4f3c\u4e8e\u5feb\u6377\u65b9\u5f0f\u3002\u8fd9\u4e2a\u51fd\u6570\u7684\u4f18\u70b9\u5728\u4e8e\u4f7f\u7528\u7b80\u5355\uff0c\u53ea\u9700\u4f20\u5165\u8def\u5f84\u5373\u53ef\u8fd4\u56de\u5e03\u5c14\u503c\uff0c\u8868\u793a\u8def\u5f84\u662f\u5426\u4e3a\u7b26\u53f7\u94fe\u63a5\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import os<\/p>\n<p>def is_shortcut(directory):<\/p>\n<p>    return os.path.islink(directory)<\/p>\n<h2><strong>\u793a\u4f8b\u7528\u6cd5<\/strong><\/h2>\n<p>directory = &#39;\/path\/to\/directory&#39;<\/p>\n<p>print(is_shortcut(directory))  # \u5982\u679c\u662f\u5feb\u6377\u65b9\u5f0f\uff0c\u8fd4\u56deTrue\uff1b\u5426\u5219\u8fd4\u56deFalse<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u901a\u8fc7\u4e0a\u8ff0\u4ee3\u7801\uff0c\u6211\u4eec\u53ef\u4ee5\u65b9\u4fbf\u5730\u5224\u65ad\u4e00\u4e2a\u76ee\u5f55\u662f\u5426\u4e3a\u5feb\u6377\u65b9\u5f0f\u3002<\/p>\n<\/p>\n<p><h3>\u4e00\u3001\u4f7f\u7528os.path.islink()\u51fd\u6570<\/h3>\n<\/p>\n<p><p>os.path.islink()\u51fd\u6570\u662f\u5224\u65ad\u76ee\u5f55\u662f\u5426\u4e3a\u5feb\u6377\u65b9\u5f0f\u7684\u6700\u76f4\u63a5\u65b9\u6cd5\u4e4b\u4e00\u3002\u5b83\u7684\u4f18\u70b9\u5728\u4e8e\u4f7f\u7528\u7b80\u5355\uff0c\u4e14\u5728\u5927\u591a\u6570\u60c5\u51b5\u4e0b\u90fd\u80fd\u6ee1\u8db3\u9700\u6c42\u3002<\/p>\n<\/p>\n<p><h4>1\u3001\u57fa\u672c\u7528\u6cd5<\/h4>\n<\/p>\n<p><p>os.path.islink()\u51fd\u6570\u7684\u57fa\u672c\u7528\u6cd5\u975e\u5e38\u7b80\u5355\uff0c\u53ea\u9700\u4f20\u5165\u4e00\u4e2a\u8def\u5f84\u5373\u53ef\u8fd4\u56de\u8be5\u8def\u5f84\u662f\u5426\u4e3a\u7b26\u53f7\u94fe\u63a5\u7684\u5e03\u5c14\u503c\u3002\u4f8b\u5982\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import os<\/p>\n<p>def is_shortcut(directory):<\/p>\n<p>    return os.path.islink(directory)<\/p>\n<h2><strong>\u793a\u4f8b\u7528\u6cd5<\/strong><\/h2>\n<p>directory = &#39;\/path\/to\/directory&#39;<\/p>\n<p>print(is_shortcut(directory))  # \u5982\u679c\u662f\u5feb\u6377\u65b9\u5f0f\uff0c\u8fd4\u56deTrue\uff1b\u5426\u5219\u8fd4\u56deFalse<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u65b9\u6cd5\u9002\u7528\u4e8e\u5927\u591a\u6570\u64cd\u4f5c\u7cfb\u7edf\uff0c\u5982Linux\u3001macOS\u548cWindows\u3002<\/p>\n<\/p>\n<p><h4>2\u3001\u8de8\u5e73\u53f0\u517c\u5bb9\u6027<\/h4>\n<\/p>\n<p><p>os.path.islink()\u51fd\u6570\u5728\u5927\u591a\u6570\u64cd\u4f5c\u7cfb\u7edf\u4e0a\u90fd\u80fd\u6b63\u5e38\u5de5\u4f5c\uff0c\u4f46\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\u53ef\u80fd\u9700\u8981\u8fdb\u884c\u989d\u5916\u5904\u7406\u3002\u4f8b\u5982\uff0c\u5728Windows\u4e0a\uff0c\u7b26\u53f7\u94fe\u63a5\u7684\u521b\u5efa\u548c\u7ba1\u7406\u65b9\u5f0f\u4e0e\u5176\u4ed6\u64cd\u4f5c\u7cfb\u7edf\u7565\u6709\u4e0d\u540c\uff0c\u56e0\u6b64\u53ef\u80fd\u9700\u8981\u4f7f\u7528\u7279\u5b9a\u7684\u5e93\u6765\u5904\u7406\u3002<\/p>\n<\/p>\n<p><h3>\u4e8c\u3001\u4f7f\u7528os.readlink()\u51fd\u6570<\/h3>\n<\/p>\n<p><p>os.readlink()\u51fd\u6570\u4e5f\u662f\u5224\u65ad\u76ee\u5f55\u662f\u5426\u4e3a\u5feb\u6377\u65b9\u5f0f\u7684\u4e00\u79cd\u65b9\u6cd5\uff0c\u5b83\u7684\u5de5\u4f5c\u539f\u7406\u662f\u5c1d\u8bd5\u8bfb\u53d6\u7b26\u53f7\u94fe\u63a5\u6307\u5411\u7684\u8def\u5f84\u3002\u5982\u679c\u8def\u5f84\u4e0d\u662f\u7b26\u53f7\u94fe\u63a5\uff0c\u5219\u4f1a\u629b\u51fa\u5f02\u5e38\u3002<\/p>\n<\/p>\n<p><h4>1\u3001\u57fa\u672c\u7528\u6cd5<\/h4>\n<\/p>\n<p><p>\u4ee5\u4e0b\u662f\u4f7f\u7528os.readlink()\u51fd\u6570\u5224\u65ad\u76ee\u5f55\u662f\u5426\u4e3a\u5feb\u6377\u65b9\u5f0f\u7684\u57fa\u672c\u793a\u4f8b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import os<\/p>\n<p>def is_shortcut(directory):<\/p>\n<p>    try:<\/p>\n<p>        os.readlink(directory)<\/p>\n<p>        return True<\/p>\n<p>    except OSError:<\/p>\n<p>        return False<\/p>\n<h2><strong>\u793a\u4f8b\u7528\u6cd5<\/strong><\/h2>\n<p>directory = &#39;\/path\/to\/directory&#39;<\/p>\n<p>print(is_shortcut(directory))  # \u5982\u679c\u662f\u5feb\u6377\u65b9\u5f0f\uff0c\u8fd4\u56deTrue\uff1b\u5426\u5219\u8fd4\u56deFalse<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u65b9\u6cd5\u9002\u7528\u4e8e\u5927\u591a\u6570\u64cd\u4f5c\u7cfb\u7edf\uff0c\u4f46\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\u53ef\u80fd\u4f1a\u6709\u6027\u80fd\u5f00\u9500\u3002<\/p>\n<\/p>\n<p><h4>2\u3001\u5f02\u5e38\u5904\u7406<\/h4>\n<\/p>\n<p><p>\u4f7f\u7528os.readlink()\u51fd\u6570\u65f6\u9700\u8981\u6ce8\u610f\u5f02\u5e38\u5904\u7406\uff0c\u56e0\u4e3a\u5728\u8bfb\u53d6\u975e\u7b26\u53f7\u94fe\u63a5\u8def\u5f84\u65f6\u4f1a\u629b\u51faOSError\u5f02\u5e38\u3002\u901a\u8fc7\u6355\u83b7\u8be5\u5f02\u5e38\uff0c\u53ef\u4ee5\u5224\u65ad\u8def\u5f84\u662f\u5426\u4e3a\u5feb\u6377\u65b9\u5f0f\u3002<\/p>\n<\/p>\n<p><h3>\u4e09\u3001\u4f7f\u7528os.stat()\u51fd\u6570<\/h3>\n<\/p>\n<p><p>os.stat()\u51fd\u6570\u662f\u53e6\u4e00\u79cd\u5224\u65ad\u76ee\u5f55\u662f\u5426\u4e3a\u5feb\u6377\u65b9\u5f0f\u7684\u65b9\u6cd5\u3002\u5b83\u901a\u8fc7\u83b7\u53d6\u8def\u5f84\u7684\u6587\u4ef6\u72b6\u6001\u4fe1\u606f\u6765\u5224\u65ad\u8def\u5f84\u662f\u5426\u4e3a\u7b26\u53f7\u94fe\u63a5\u3002<\/p>\n<\/p>\n<p><h4>1\u3001\u57fa\u672c\u7528\u6cd5<\/h4>\n<\/p>\n<p><p>\u4ee5\u4e0b\u662f\u4f7f\u7528os.stat()\u51fd\u6570\u5224\u65ad\u76ee\u5f55\u662f\u5426\u4e3a\u5feb\u6377\u65b9\u5f0f\u7684\u57fa\u672c\u793a\u4f8b\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import os<\/p>\n<p>def is_shortcut(directory):<\/p>\n<p>    try:<\/p>\n<p>        return os.stat(directory).st_mode &amp; 0o120000 == 0o120000<\/p>\n<p>    except OSError:<\/p>\n<p>        return False<\/p>\n<h2><strong>\u793a\u4f8b\u7528\u6cd5<\/strong><\/h2>\n<p>directory = &#39;\/path\/to\/directory&#39;<\/p>\n<p>print(is_shortcut(directory))  # \u5982\u679c\u662f\u5feb\u6377\u65b9\u5f0f\uff0c\u8fd4\u56deTrue\uff1b\u5426\u5219\u8fd4\u56deFalse<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u65b9\u6cd5\u9002\u7528\u4e8e\u5927\u591a\u6570\u64cd\u4f5c\u7cfb\u7edf\uff0c\u4f46\u9700\u8981\u5bf9\u6587\u4ef6\u6a21\u5f0f\u4f4d\u8fdb\u884c\u4e00\u5b9a\u7684\u4e86\u89e3\u3002<\/p>\n<\/p>\n<p><h4>2\u3001\u6587\u4ef6\u6a21\u5f0f\u4f4d<\/h4>\n<\/p>\n<p><p>os.stat()\u51fd\u6570\u8fd4\u56de\u7684\u6587\u4ef6\u72b6\u6001\u4fe1\u606f\u4e2d\u5305\u542b\u6587\u4ef6\u6a21\u5f0f\u4f4d\uff08st_mode\uff09\uff0c\u901a\u8fc7\u5bf9\u6587\u4ef6\u6a21\u5f0f\u4f4d\u8fdb\u884c\u6309\u4f4d\u4e0e\u64cd\u4f5c\uff0c\u53ef\u4ee5\u5224\u65ad\u8def\u5f84\u662f\u5426\u4e3a\u7b26\u53f7\u94fe\u63a5\u3002\u7b26\u53f7\u94fe\u63a5\u7684\u6587\u4ef6\u6a21\u5f0f\u4f4d\u901a\u5e38\u4e3a0o120000\u3002<\/p>\n<\/p>\n<p><h3>\u56db\u3001\u603b\u7ed3<\/h3>\n<\/p>\n<p><p>\u5224\u65ad\u76ee\u5f55\u662f\u5426\u4e3a\u5feb\u6377\u65b9\u5f0f\u7684\u65b9\u6cd5\u6709\u591a\u79cd\uff0c\u5206\u522b\u662f\u4f7f\u7528os.path.islink()\u51fd\u6570\u3001\u4f7f\u7528os.readlink()\u51fd\u6570\u3001\u4f7f\u7528os.stat()\u51fd\u6570\u3002\u6bcf\u79cd\u65b9\u6cd5\u5404\u6709\u4f18\u7f3a\u70b9\uff0c\u53ef\u4ee5\u6839\u636e\u5177\u4f53\u9700\u6c42\u9009\u62e9\u5408\u9002\u7684\u65b9\u6cd5\u3002\u5728\u5927\u591a\u6570\u60c5\u51b5\u4e0b\uff0cos.path.islink()\u51fd\u6570\u662f\u6700\u4e3a\u7b80\u5355\u548c\u5e38\u7528\u7684\u65b9\u6cd5\u3002\u901a\u8fc7\u8fd9\u4e9b\u65b9\u6cd5\uff0c\u53ef\u4ee5\u65b9\u4fbf\u5730\u5224\u65ad\u76ee\u5f55\u662f\u5426\u4e3a\u5feb\u6377\u65b9\u5f0f\uff0c\u4ece\u800c\u5728\u5f00\u53d1\u4e2d\u63d0\u9ad8\u4ee3\u7801\u7684\u5065\u58ee\u6027\u548c\u53ef\u7ef4\u62a4\u6027\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5982\u4f55\u5728Python\u4e2d\u5224\u65ad\u4e00\u4e2a\u76ee\u5f55\u662f\u5426\u4e3a\u5feb\u6377\u65b9\u5f0f\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u53ef\u4ee5\u4f7f\u7528<code>os<\/code>\u548c<code>os.path<\/code>\u6a21\u5757\u6765\u5224\u65ad\u4e00\u4e2a\u76ee\u5f55\u662f\u5426\u4e3a\u5feb\u6377\u65b9\u5f0f\u3002\u901a\u5e38\uff0c\u5feb\u6377\u65b9\u5f0f\u5728Windows\u7cfb\u7edf\u4e0a\u4ee5<code>.lnk<\/code>\u4e3a\u540e\u7f00\uff0c\u800c\u5728\u5176\u4ed6\u64cd\u4f5c\u7cfb\u7edf\u4e2d\u53ef\u80fd\u4f1a\u6709\u4e0d\u540c\u7684\u8868\u73b0\u3002\u53ef\u4ee5\u901a\u8fc7\u68c0\u67e5\u6587\u4ef6\u540e\u7f00\u540d\u6765\u5224\u65ad\uff0c\u6216\u8005\u4f7f\u7528<code>os.path.islink()<\/code>\u65b9\u6cd5\u6765\u5224\u65ad\u8be5\u8def\u5f84\u662f\u5426\u4e3a\u7b26\u53f7\u94fe\u63a5\u3002<\/p>\n<p><strong>\u5224\u65ad\u5feb\u6377\u65b9\u5f0f\u7684\u5177\u4f53\u6b65\u9aa4\u662f\u4ec0\u4e48\uff1f<\/strong><br \/>\u9996\u5148\uff0c\u60a8\u9700\u8981\u83b7\u53d6\u6587\u4ef6\u7684\u8def\u5f84\uff0c\u7136\u540e\u5229\u7528<code>os.path.islink()<\/code>\u65b9\u6cd5\u6765\u68c0\u67e5\u8be5\u8def\u5f84\u3002\u5982\u679c\u8fd4\u56de\u503c\u4e3a<code>True<\/code>\uff0c\u5219\u8bf4\u660e\u8be5\u76ee\u5f55\u662f\u4e00\u4e2a\u5feb\u6377\u65b9\u5f0f\u6216\u7b26\u53f7\u94fe\u63a5\u3002\u6b64\u5916\uff0c\u60a8\u8fd8\u53ef\u4ee5\u7ed3\u5408<code>os.path.splitext()<\/code>\u65b9\u6cd5\u6765\u67e5\u770b\u6587\u4ef6\u6269\u5c55\u540d\u662f\u5426\u4e3a<code>.lnk<\/code>\uff0c\u4ee5\u589e\u52a0\u5224\u65ad\u7684\u51c6\u786e\u6027\u3002<\/p>\n<p><strong>\u5728Windows\u548cLinux\u7cfb\u7edf\u4e2d\uff0c\u5feb\u6377\u65b9\u5f0f\u7684\u8868\u73b0\u6709\u4f55\u4e0d\u540c\uff1f<\/strong><br \/>\u5728Windows\u4e2d\uff0c\u5feb\u6377\u65b9\u5f0f\u6587\u4ef6\u901a\u5e38\u4ee5<code>.lnk<\/code>\u4f5c\u4e3a\u6587\u4ef6\u6269\u5c55\u540d\uff0c\u800c\u5728Linux\u4e2d\uff0c\u5feb\u6377\u65b9\u5f0f\u901a\u5e38\u662f\u7b26\u53f7\u94fe\u63a5\uff0c\u4e0d\u4f1a\u6709\u7279\u5b9a\u7684\u6269\u5c55\u540d\u3002\u4f7f\u7528<code>os.path.islink()<\/code>\u65b9\u6cd5\u5728Linux\u4e0a\u5224\u65ad\u5feb\u6377\u65b9\u5f0f\u65f6\uff0c\u53ef\u4ee5\u5224\u65ad\u662f\u5426\u662f\u7b26\u53f7\u94fe\u63a5\uff0c\u800c\u5728Windows\u4e0a\uff0c\u60a8\u8fd8\u53ef\u4ee5\u901a\u8fc7\u68c0\u67e5\u6587\u4ef6\u540d\u540e\u7f00\u6765\u8fdb\u4e00\u6b65\u786e\u8ba4\u3002<\/p>\n<p><strong>\u5982\u4f55\u5904\u7406\u5feb\u6377\u65b9\u5f0f\u6307\u5411\u7684\u5b9e\u9645\u76ee\u5f55\uff1f<\/strong><br \/>\u4e00\u65e6\u786e\u8ba4\u4e86\u4e00\u4e2a\u76ee\u5f55\u662f\u5feb\u6377\u65b9\u5f0f\uff0c\u60a8\u53ef\u80fd\u5e0c\u671b\u83b7\u53d6\u5b83\u6307\u5411\u7684\u5b9e\u9645\u76ee\u5f55\u3002\u5728Windows\u4e0a\uff0c\u53ef\u4ee5\u4f7f\u7528<code>ctypes<\/code>\u5e93\u6216<code>pywin32<\/code>\u5e93\u83b7\u53d6\u5feb\u6377\u65b9\u5f0f\u7684\u76ee\u6807\u8def\u5f84\u3002\u5728Linux\u4e0a\uff0c\u5982\u679c\u662f\u7b26\u53f7\u94fe\u63a5\uff0c\u53ef\u4ee5\u4f7f\u7528<code>os.readlink()<\/code>\u65b9\u6cd5\u6765\u83b7\u53d6\u94fe\u63a5\u6307\u5411\u7684\u5b9e\u9645\u8def\u5f84\u3002\u8fd9\u5c06\u5e2e\u52a9\u60a8\u66f4\u597d\u5730\u7ba1\u7406\u548c\u4f7f\u7528\u5feb\u6377\u65b9\u5f0f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u5224\u65ad\u76ee\u5f55\u662f\u5426\u5feb\u6377\u65b9\u5f0f\u6709\u51e0\u79cd\u65b9\u6cd5\uff0c\u5206\u522b\u662f\uff1a\u4f7f\u7528os.path.islink()\u51fd\u6570\u3001\u4f7f\u7528os.readlink( [&hellip;]","protected":false},"author":3,"featured_media":1078209,"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\/1078195"}],"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=1078195"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1078195\/revisions"}],"predecessor-version":[{"id":1078212,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/1078195\/revisions\/1078212"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/1078209"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=1078195"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=1078195"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=1078195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}