{"id":305741,"date":"2024-05-20T19:53:32","date_gmt":"2024-05-20T11:53:32","guid":{"rendered":""},"modified":"2024-05-20T19:53:43","modified_gmt":"2024-05-20T11:53:43","slug":"%e5%a6%82%e4%bd%95%e6%9f%a5%e8%af%a2%e6%95%b0%e6%8d%ae%e5%ba%93%e6%98%af%e5%90%a6%e6%9c%89%e6%9f%90%e4%b8%aa%e5%ad%97%e6%ae%b5%e5%8c%85%e5%90%ab%e6%9f%90%e4%b8%aa%e5%ad%97%e7%ac%a6%e4%b8%b2","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/305741.html","title":{"rendered":"\u5982\u4f55\u67e5\u8be2\u6570\u636e\u5e93\u662f\u5426\u6709\u67d0\u4e2a\u5b57\u6bb5\u5305\u542b\u67d0\u4e2a\u5b57\u7b26\u4e32"},"content":{"rendered":"<p style=\"text-align:center\"><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/26222052\/032d5839-67ba-412a-b902-3278385b36bf.webp\" alt=\"\u5982\u4f55\u67e5\u8be2\u6570\u636e\u5e93\u662f\u5426\u6709\u67d0\u4e2a\u5b57\u6bb5\u5305\u542b\u67d0\u4e2a\u5b57\u7b26\u4e32\" \/><\/p>\n<p><p>\u6570\u636e\u5e93\u4e2d\u67e5\u8be2\u67d0\u4e2a\u5b57\u6bb5\u662f\u5426\u5305\u542b\u7279\u5b9a\u5b57\u7b26\u4e32\u662f\u5e94\u7528SQL\u67e5\u8be2\u8bed\u53e5\u7684\u57fa\u672c\u64cd\u4f5c\u3002<strong>\u5229\u7528LIKE\u5173\u952e\u5b57<\/strong>\u3001<strong>\u4f7f\u7528\u6b63\u5219\u8868\u8fbe\u5f0f<\/strong>\u3001<strong>\u4f7f\u7528\u7279\u5b9a\u7684\u5b57\u7b26\u4e32\u51fd\u6570<\/strong>\u5982<code>CHARINDEX<\/code>\u3001<code>INSTR<\/code>\u3001<code>POSITION<\/code>\u7b49\u8fdb\u884c\u67e5\u8be2\u3002\u5728\u8fdb\u884c\u8be6\u7ec6\u63cf\u8ff0\u4e4b\u524d\uff0c\u9700\u8981\u786e\u5b9a\u6240\u4f7f\u7528\u7684\u6570\u636e\u5e93\u7cfb\u7edf\uff0c\u56e0\u4e3a\u4e0d\u540c\u7684\u7cfb\u7edf\u53ef\u80fd\u6709\u4e0d\u540c\u7684\u51fd\u6570\u3002\u4f8b\u5982\uff0c\u5728MySQL\u4e2d\uff0c\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528<code>LIKE<\/code>\u7ed3\u5408\u901a\u914d\u7b26\u6765\u68c0\u7d22\u5305\u542b\u7279\u5b9a\u5b57\u7b26\u4e32\u7684\u5b57\u6bb5\uff1a<code>SELECT * FROM table_name WHERE column_name LIKE &#039;%string%&#039;;<\/code> \u8fd9\u5c06\u8fd4\u56de\u6240\u6709\u5728<code>column_name<\/code>\u5b57\u6bb5\u4e2d\u5305\u542b<code>string<\/code>\u7684\u8bb0\u5f55\u3002<\/p>\n<\/p>\n<p><p>\u800c\u5728PostgreSQL\u4e2d\uff0c\u53ef\u4ee5\u91c7\u7528\u76f8\u4f3c\u7684<code>LIKE<\/code>\u8bed\u53e5\uff0c\u6216\u4f7f\u7528<code>POSITION<\/code>\u51fd\u6570\u6765\u67e5\u627e\u4e00\u4e2a\u5b57\u7b26\u4e32\u5728\u53e6\u4e00\u4e2a\u5b57\u7b26\u4e32\u4e2d\u7684\u4f4d\u7f6e\uff1a<code>SELECT * FROM table_name WHERE POSITION(&#039;string&#039; in column_name) &gt; 0;<\/code> \u5982\u679c<code>POSITION<\/code>\u51fd\u6570\u8fd4\u56de\u7684\u4f4d\u7f6e\u5927\u4e8e0\uff0c\u8868\u793a\u8be5\u5b57\u6bb5\u5305\u542b\u6307\u5b9a\u7684\u5b57\u7b26\u4e32\u3002<\/p>\n<\/p>\n<p><h2>\u4e00\u3001\u4f7f\u7528LIKE\u5173\u952e\u5b57<\/h2>\n<\/p>\n<p><p>\u5f53\u4f60\u9700\u8981\u67e5\u8be2\u6570\u636e\u5e93\u4e2d\u67d0\u4e2a\u5b57\u6bb5\u662f\u5426\u5305\u542b\u7279\u5b9a\u5b57\u7b26\u4e32\u65f6\uff0cLIKE\u5173\u952e\u5b57\u662f\u6700\u76f4\u63a5\u7684\u65b9\u6cd5\u3002LIKE\u5141\u8bb8\u4f60\u5b9a\u4e49\u6a21\u5f0f\u5339\u914d\uff0c\u901a\u5e38\u4e0e<code>%<\/code>\uff08\u4ee3\u8868\u4efb\u610f\u5b57\u7b26\u4e32\uff09\u548c<code>_<\/code>\uff08\u4ee3\u8868\u4efb\u610f\u5355\u4e2a\u5b57\u7b26\uff09\u901a\u914d\u7b26\u4e00\u8d77\u4f7f\u7528\u3002<\/p>\n<\/p>\n<p><h3>\u5b57\u7b26\u4e32\u7684\u90e8\u5206\u5339\u914d\u67e5\u8be2<\/h3>\n<\/p>\n<p><p>\u5982\u679c\u4f60\u5bf9\u5b57\u6bb5\u4e2d\u5305\u542b\u67d0\u4e2a\u5b50\u4e32\u7684\u6240\u6709\u8bb0\u5f55\u611f\u5174\u8da3\uff0c\u4f60\u53ef\u4ee5\u8fd9\u6837\u5199SQL\u8bed\u53e5\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-sql\">SELECT * FROM your_table WHERE your_column LIKE &#039;%your_string%&#039;;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u6761\u8bed\u53e5\u4f1a\u8fd4\u56de\u6240\u6709\u5728<code>your_column<\/code>\u5b57\u6bb5\u4e2d\u81f3\u5c11\u51fa\u73b0\u4e00\u6b21<code>your_string<\/code>\u7684\u8bb0\u5f55\u3002<\/p>\n<\/p>\n<p><h3>\u5b57\u7b26\u4e32\u7684\u7cbe\u786e\u524d\u540e\u5339\u914d\u67e5\u8be2<\/h3>\n<\/p>\n<p><p>\u5982\u679c\u4f60\u53ea\u5bf9\u5b57\u6bb5\u4ee5\u7279\u5b9a\u5b57\u7b26\u4e32\u5f00\u59cb\u6216\u7ed3\u675f\u7684\u8bb0\u5f55\u611f\u5174\u8da3\uff0c\u4f60\u53ef\u4ee5\u91c7\u7528\u4ee5\u4e0b\u67e5\u8be2\u65b9\u5f0f\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-sql\">-- \u5b57\u6bb5\u4ee5&quot;your_string&quot;\u5f00\u59cb<\/p>\n<p>SELECT * FROM your_table WHERE your_column LIKE &#039;your_string%&#039;;<\/p>\n<p>-- \u5b57\u6bb5\u4ee5&quot;your_string&quot;\u7ed3\u675f<\/p>\n<p>SELECT * FROM your_table WHERE your_column LIKE &#039;%your_string&#039;;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h2>\u4e8c\u3001\u4f7f\u7528\u6b63\u5219\u8868\u8fbe\u5f0f<\/h2>\n<\/p>\n<p><p>\u5728\u67d0\u4e9b\u6570\u636e\u5e93\u7cfb\u7edf\u4e2d\uff0cLIKE\u5173\u952e\u5b57\u4e4b\u5916\u8fd8\u53ef\u4ee5\u4f7f\u7528\u6b63\u5219\u8868\u8fbe\u5f0f\u6765\u6267\u884c\u66f4\u590d\u6742\u7684\u6a21\u5f0f\u5339\u914d\u3002\u6b63\u5219\u8868\u8fbe\u5f0f\u63d0\u4f9b\u4e86\u6bd4LIKE\u5173\u952e\u5b57\u66f4\u4e3a\u5f3a\u5927\u548c\u7075\u6d3b\u7684\u6587\u672c\u641c\u7d22\u80fd\u529b\u3002<\/p>\n<\/p>\n<p><h3>\u57fa\u672c\u7684\u6b63\u5219\u8868\u8fbe\u5f0f\u4f7f\u7528<\/h3>\n<\/p>\n<p><p>\u4f8b\u5982\uff0c\u5728MySQL\u4e2d\uff0c\u4f60\u53ef\u4ee5\u4f7f\u7528<code>REGEXP<\/code>\u5173\u952e\u5b57\u6765\u8fdb\u884c\u6b63\u5219\u8868\u8fbe\u5f0f\u5339\u914d\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-sql\">SELECT * FROM your_table WHERE your_column REGEXP &#039;your_regex&#039;;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u9ad8\u7ea7\u6b63\u5219\u8868\u8fbe\u5f0f\u7279\u6027<\/h3>\n<\/p>\n<p><p>\u6b63\u5219\u8868\u8fbe\u5f0f\u652f\u6301\u4f7f\u7528\u591a\u79cd\u590d\u6742\u7684\u6a21\u5f0f\uff0c\u5982\u5206\u7ec4\uff08parentheses\uff09\u3001\u91cf\u8bcd\uff08quantifiers\uff09\u3001\u5b57\u7b26\u96c6\u5408\uff08character sets\uff09\u7b49\uff0c\u80fd\u591f\u5904\u7406\u66f4\u590d\u6742\u7684\u5339\u914d\u6761\u4ef6\u3002<\/p>\n<\/p>\n<p><h2>\u4e09\u3001\u4f7f\u7528\u7279\u5b9a\u7684\u5b57\u7b26\u4e32\u51fd\u6570<\/h2>\n<\/p>\n<p><p>\u9664\u4e86LIKE\u548c\u6b63\u5219\u8868\u8fbe\u5f0f\uff0c\u5f88\u591a\u6570\u636e\u5e93\u8fd8\u63d0\u4f9b\u4e13\u95e8\u7684\u5b57\u7b26\u4e32\u67e5\u627e\u51fd\u6570\uff0c\u7528\u4e8e\u786e\u5b9a\u4e00\u4e2a\u5b57\u7b26\u4e32\u662f\u5426\u5b58\u5728\u4e8e\u53e6\u4e00\u4e2a\u5b57\u7b26\u4e32\u4e2d\uff0c\u6216\u8005\u6c42\u51fa\u5176\u4f4d\u7f6e\u3002<\/p>\n<\/p>\n<p><h3>\u5b57\u7b26\u4e32\u4f4d\u7f6e\u67e5\u627e\u51fd\u6570<\/h3>\n<\/p>\n<p><p>\u5728SQL Server\u4e2d\uff0c\u53ef\u4ee5\u4f7f\u7528<code>CHARINDEX<\/code>\u51fd\u6570\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-sql\">SELECT * FROM your_table WHERE CHARINDEX(&#039;your_string&#039;, your_column) &gt; 0;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728Oracle\u6570\u636e\u5e93\u4e2d\uff0c<code>INSTR<\/code>\u51fd\u6570\u6267\u884c\u7c7b\u4f3c\u7684\u64cd\u4f5c\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-sql\">SELECT * FROM your_table WHERE INSTR(your_column, &#039;your_string&#039;) &gt; 0;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h2>\u56db\u3001\u5b9e\u6218\u6848\u4f8b\u5206\u6790<\/h2>\n<\/p>\n<p><p>\u5728\u5b9e\u9645\u7684\u6570\u636e\u5e93\u64cd\u4f5c\u4e2d\uff0c\u7ecf\u5e38\u9700\u8981\u7ed3\u5408\u7279\u5b9a\u7684\u4e1a\u52a1\u903b\u8f91\u6765\u67e5\u8be2\u5b57\u6bb5\u4e2d\u5305\u542b\u7684\u5b57\u7b26\u4e32\u3002\u8fd9\u90e8\u5206\u5c06\u4f1a\u4ecb\u7ecd\u5982\u4f55\u7ed3\u5408\u5b9e\u9645\u60c5\u666f\u8fdb\u884c\u67e5\u8be2\u3002<\/p>\n<\/p>\n<p><h3>\u6848\u4f8b\u4e00\uff1a\u7535\u5b50\u5546\u52a1\u8ba2\u5355\u641c\u7d22<\/h3>\n<\/p>\n<p><p>\u5047\u8bbe\u5728\u4e00\u4e2a\u7535\u5b50\u5546\u52a1\u5e73\u53f0\u7684\u6570\u636e\u5e93\u4e2d\uff0c\u6211\u4eec\u9700\u8981\u67e5\u8be2\u6240\u6709\u8ba2\u5355\u5907\u6ce8\u4fe1\u606f\u4e2d\u5305\u542b\u201c\u4f18\u60e0\u201d\u7684\u8ba2\u5355\u8bb0\u5f55\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-sql\">SELECT * FROM orders WHERE note LIKE &#039;%\u4f18\u60e0%&#039;;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><h3>\u6848\u4f8b\u4e8c\uff1a\u65e5\u5fd7\u6587\u4ef6\u9519\u8bef\u68c0\u7d22<\/h3>\n<\/p>\n<p><p>\u5728\u6570\u636e\u5e93\u5b58\u50a8\u7684\u65e5\u5fd7\u8bb0\u5f55\u4e2d\u67e5\u627e\u53ef\u80fd\u542b\u6709\u9519\u8bef\u6807\u8bc6\uff08\u5982\u201cERROR\u201d\uff09\u7684\u65e5\u5fd7\u6761\u76ee\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-sql\">SELECT * FROM logs WHERE message REGEXP &#039;ERROR|F<a href=\"https:\/\/docs.pingcode.com\/blog\/59162.html\" target=\"_blank\">AI<\/a>L|EXCEPTION&#039;;<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u6b64\u5904\u4f7f\u7528\u6b63\u5219\u8868\u8fbe\u5f0f\uff0c\u540c\u65f6\u5339\u914d\u4e86\u591a\u4e2a\u53ef\u80fd\u8868\u793a\u9519\u8bef\u7684\u5355\u8bcd\u3002<\/p>\n<\/p>\n<p><p>\u7efc\u4e0a\u6240\u8ff0\uff0c\u67e5\u8be2\u6570\u636e\u5e93\u5b57\u6bb5\u4e2d\u662f\u5426\u5305\u542b\u7279\u5b9a\u5b57\u7b26\u4e32\u53ef\u4ee5\u901a\u8fc7LIKE\u5173\u952e\u5b57\u3001\u6b63\u5219\u8868\u8fbe\u5f0f\u6216\u4f7f\u7528\u7279\u5b9a\u6570\u636e\u5e93\u7684\u5b57\u7b26\u4e32\u51fd\u6570\u5b8c\u6210\u3002\u8fd9\u4e9b\u67e5\u8be2\u6280\u672f\u4e0d\u4ec5\u662fSQL\u7f16\u7a0b\u4e2d\u7684\u57fa\u7840\uff0c\u4e5f\u662f\u65e5\u5e38\u6570\u636e\u5e93\u7ef4\u62a4\u548c\u6570\u636e\u5206\u6790\u4e2d\u4e0d\u53ef\u6216\u7f3a\u7684\u5de5\u5177\u3002\u638c\u63e1\u8fd9\u4e9b\u67e5\u8be2\u65b9\u6cd5\u53ef\u4ee5\u5e2e\u52a9\u5f00\u53d1\u8005\u548c\u6570\u636e\u5e93\u7ba1\u7406\u5458\u66f4\u52a0\u7cbe\u786e\u5730\u5bf9\u6570\u636e\u8fdb\u884c\u68c0\u7d22\u548c\u5206\u6790\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p><strong>1. \u5982\u4f55\u5728\u6570\u636e\u5e93\u4e2d\u67e5\u8be2\u662f\u5426\u5305\u542b\u67d0\u4e2a\u5b57\u7b26\u4e32\u7684\u5b57\u6bb5\uff1f<\/strong><br \/>\n\u8981\u5728\u6570\u636e\u5e93\u4e2d\u67e5\u8be2\u662f\u5426\u6709\u67d0\u4e2a\u5b57\u6bb5\u5305\u542b\u67d0\u4e2a\u5b57\u7b26\u4e32\uff0c\u53ef\u4ee5\u4f7f\u7528SQL\u67e5\u8be2\u8bed\u53e5\u4e2d\u7684LIKE\u5b50\u53e5\u3002LIKE\u5b50\u53e5\u53ef\u4ee5\u7528\u6765\u6a21\u7cca\u5339\u914d\u5b57\u7b26\u4e32\u3002\u5177\u4f53\u64cd\u4f5c\u6b65\u9aa4\u5982\u4e0b\uff1a<\/p>\n<ul>\n<li>\u4f7f\u7528SELECT\u8bed\u53e5\u9009\u62e9\u8981\u67e5\u8be2\u7684\u8868\u548c\u5b57\u6bb5\u3002<\/li>\n<li>\u5728WHERE\u5b50\u53e5\u4e2d\u4f7f\u7528LIKE\u5b50\u53e5\uff0c\u4f7f\u7528%\u8868\u793a\u901a\u914d\u7b26\uff0c%\u8868\u793a\u96f6\u4e2a\u6216\u591a\u4e2a\u5b57\u7b26\u7684\u5360\u4f4d\u7b26\u3002<\/li>\n<li>\u5728LIKE\u5b50\u53e5\u4e2d\uff0c\u5c06\u8981\u67e5\u8be2\u7684\u5b57\u7b26\u4e32\u4e0e\u5b57\u6bb5\u8fdb\u884c\u5339\u914d\u3002<\/li>\n<li>\u6267\u884cSQL\u67e5\u8be2\u8bed\u53e5\u540e\uff0c\u53ef\u4ee5\u5f97\u5230\u5305\u542b\u8be5\u5b57\u7b26\u4e32\u7684\u5b57\u6bb5\u6570\u636e\u3002<\/li>\n<\/ul>\n<p><strong>2. \u5982\u4f55\u5728\u6570\u636e\u5e93\u4e2d\u67e5\u8be2\u67d0\u4e2a\u5b57\u6bb5\u662f\u5426\u90e8\u5206\u5305\u542b\u67d0\u4e2a\u5b57\u7b26\u4e32\uff1f<\/strong><br \/>\n\u5982\u679c\u8981\u67e5\u8be2\u67d0\u4e2a\u5b57\u6bb5\u662f\u5426\u90e8\u5206\u5305\u542b\u67d0\u4e2a\u5b57\u7b26\u4e32\uff0c\u53ef\u4ee5\u4f7f\u7528\u6a21\u7cca\u67e5\u8be2\u3002\u5177\u4f53\u64cd\u4f5c\u6b65\u9aa4\u5982\u4e0b\uff1a<\/p>\n<ul>\n<li>\u4f7f\u7528SELECT\u8bed\u53e5\u9009\u62e9\u8981\u67e5\u8be2\u7684\u8868\u548c\u5b57\u6bb5\u3002<\/li>\n<li>\u5728WHERE\u5b50\u53e5\u4e2d\u4f7f\u7528LIKE\u5b50\u53e5\uff0c\u5e76\u5728\u8be5\u5b57\u6bb5\u524d\u540e\u4f7f\u7528%\u4f5c\u4e3a\u901a\u914d\u7b26\uff0c\u8868\u793a\u5339\u914d\u4efb\u610f\u5b57\u7b26\u3002<\/li>\n<li>\u5c06\u8981\u67e5\u8be2\u7684\u5b57\u7b26\u4e32\u7f6e\u4e8e\u901a\u914d\u7b26\u4e4b\u95f4\uff0c\u5373\u53ef\u5b9e\u73b0\u90e8\u5206\u5339\u914d\u3002<\/li>\n<li>\u6267\u884cSQL\u67e5\u8be2\u8bed\u53e5\u540e\uff0c\u7ed3\u679c\u5c06\u8fd4\u56de\u5305\u542b\u8be5\u5b57\u7b26\u4e32\u7684\u5b57\u6bb5\u6570\u636e\u3002<\/li>\n<\/ul>\n<p><strong>3. \u5982\u4f55\u5728\u6570\u636e\u5e93\u4e2d\u67e5\u8be2\u67d0\u4e2a\u5b57\u6bb5\u662f\u5426\u5b8c\u5168\u5305\u542b\u67d0\u4e2a\u5b57\u7b26\u4e32\uff1f<\/strong><br \/>\n\u82e5\u8981\u5728\u6570\u636e\u5e93\u4e2d\u67e5\u8be2\u67d0\u4e2a\u5b57\u6bb5\u662f\u5426\u5b8c\u5168\u5305\u542b\u67d0\u4e2a\u5b57\u7b26\u4e32\uff0c\u53ef\u4ee5\u4f7f\u7528SQL\u67e5\u8be2\u8bed\u53e5\u4e2d\u7684LIKE\u5b50\u53e5\u4ee5\u53ca\u901a\u914d\u7b26\u3002\u5177\u4f53\u64cd\u4f5c\u6b65\u9aa4\u5982\u4e0b\uff1a<\/p>\n<ul>\n<li>\u4f7f\u7528SELECT\u8bed\u53e5\u9009\u62e9\u8981\u67e5\u8be2\u7684\u8868\u548c\u5b57\u6bb5\u3002<\/li>\n<li>\u5728WHERE\u5b50\u53e5\u4e2d\u4f7f\u7528LIKE\u5b50\u53e5\uff0c\u5e76\u5728\u8be5\u5b57\u6bb5\u524d\u540e\u4f7f\u7528%\u4f5c\u4e3a\u901a\u914d\u7b26\uff0c\u8868\u793a\u5339\u914d\u4efb\u610f\u5b57\u7b26\u3002<\/li>\n<li>\u5c06\u8981\u67e5\u8be2\u7684\u5b57\u7b26\u4e32\u7f6e\u4e8e\u901a\u914d\u7b26\u4e4b\u95f4\uff0c\u5e76\u786e\u4fdd\u6574\u4e2a\u5b57\u7b26\u4e32\u88ab\u5b8c\u5168\u5339\u914d\u3002<\/li>\n<li>\u6267\u884cSQL\u67e5\u8be2\u8bed\u53e5\u540e\uff0c\u7ed3\u679c\u5c06\u8fd4\u56de\u5b8c\u5168\u5305\u542b\u8be5\u5b57\u7b26\u4e32\u7684\u5b57\u6bb5\u6570\u636e\u3002<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"\u6570\u636e\u5e93\u4e2d\u67e5\u8be2\u67d0\u4e2a\u5b57\u6bb5\u662f\u5426\u5305\u542b\u7279\u5b9a\u5b57\u7b26\u4e32\u662f\u5e94\u7528SQL\u67e5\u8be2\u8bed\u53e5\u7684\u57fa\u672c\u64cd\u4f5c\u3002\u5229\u7528LIKE\u5173\u952e\u5b57\u3001\u4f7f\u7528\u6b63\u5219\u8868\u8fbe\u5f0f\u3001\u4f7f\u7528 [&hellip;]","protected":false},"author":3,"featured_media":305752,"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\/305741"}],"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=305741"}],"version-history":[{"count":0,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/305741\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/305752"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=305741"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=305741"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=305741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}