{"id":993246,"date":"2024-12-27T08:44:26","date_gmt":"2024-12-27T00:44:26","guid":{"rendered":"https:\/\/docs.pingcode.com\/ask\/ask-ask\/993246.html"},"modified":"2024-12-27T08:44:28","modified_gmt":"2024-12-27T00:44:28","slug":"python%e4%b8%ad%e5%8f%98%e9%87%8f%e5%a6%82%e4%bd%95%e7%9b%b8%e4%b9%98","status":"publish","type":"post","link":"https:\/\/docs.pingcode.com\/ask\/993246.html","title":{"rendered":"python\u4e2d\u53d8\u91cf\u5982\u4f55\u76f8\u4e58"},"content":{"rendered":"<p style=\"text-align:center;\" ><img decoding=\"async\" src=\"https:\/\/cdn-kb.worktile.com\/kb\/wp-content\/uploads\/2024\/04\/25070725\/ded61a9e-2f2a-4194-b4dc-2e133e2d9389.webp\" alt=\"python\u4e2d\u53d8\u91cf\u5982\u4f55\u76f8\u4e58\" \/><\/p>\n<p><p> \u5728Python\u4e2d\uff0c\u53d8\u91cf\u53ef\u4ee5\u901a\u8fc7\u4f7f\u7528\u4e58\u6cd5\u8fd0\u7b97\u7b26\uff08*\uff09\u8fdb\u884c\u76f8\u4e58\u3002<strong>\u8981\u76f8\u4e58\u7684\u53d8\u91cf\u53ef\u4ee5\u662f\u6570\u5b57\u3001\u5217\u8868\u6216\u5b57\u7b26\u4e32<\/strong>\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u53d8\u91cf\u7684\u7c7b\u578b\u3002<strong>\u6570\u5b57\u7c7b\u578b\u76f4\u63a5\u76f8\u4e58\u5373\u53ef<\/strong>\uff0c\u800c<strong>\u5217\u8868\u548c\u5b57\u7b26\u4e32\u76f8\u4e58\u4f1a\u8fdb\u884c\u91cd\u590d\u64cd\u4f5c<\/strong>\u3002\u4e0b\u9762\u5c06\u8be6\u7ec6\u4ecb\u7ecd\u8fd9\u4e9b\u7528\u6cd5\uff0c\u5e76\u63d0\u4f9b\u76f8\u5173\u7684\u793a\u4f8b\u4ee3\u7801\u3002<\/p>\n<\/p>\n<p><p>\u4e00\u3001\u6570\u5b57\u53d8\u91cf\u76f8\u4e58<\/p>\n<\/p>\n<p><p>\u5728Python\u4e2d\uff0c\u6700\u5e38\u89c1\u7684\u53d8\u91cf\u76f8\u4e58\u662f\u6570\u5b57\u4e4b\u95f4\u7684\u76f8\u4e58\u3002\u8fd9\u53ef\u4ee5\u662f\u6574\u6570\u4e4b\u95f4\u3001\u6d6e\u70b9\u6570\u4e4b\u95f4\u6216\u6574\u6570\u4e0e\u6d6e\u70b9\u6570\u4e4b\u95f4\u7684\u76f8\u4e58\u3002\u4e58\u6cd5\u8fd0\u7b97\u7b26\uff08*\uff09\u7528\u4e8e\u6267\u884c\u6b64\u64cd\u4f5c\u3002\u4ee5\u4e0b\u662f\u4e00\u4e9b\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u6574\u6570\u76f8\u4e58<\/p>\n<p>a = 5<\/p>\n<p>b = 3<\/p>\n<p>result = a * b<\/p>\n<p>print(&quot;\u6574\u6570\u76f8\u4e58\u7ed3\u679c:&quot;, result)  # \u8f93\u51fa: 15<\/p>\n<h2><strong>\u6d6e\u70b9\u6570\u76f8\u4e58<\/strong><\/h2>\n<p>x = 2.5<\/p>\n<p>y = 4.0<\/p>\n<p>result_float = x * y<\/p>\n<p>print(&quot;\u6d6e\u70b9\u6570\u76f8\u4e58\u7ed3\u679c:&quot;, result_float)  # \u8f93\u51fa: 10.0<\/p>\n<h2><strong>\u6574\u6570\u4e0e\u6d6e\u70b9\u6570\u76f8\u4e58<\/strong><\/h2>\n<p>int_num = 7<\/p>\n<p>float_num = 2.5<\/p>\n<p>result_mixed = int_num * float_num<\/p>\n<p>print(&quot;\u6574\u6570\u4e0e\u6d6e\u70b9\u6570\u76f8\u4e58\u7ed3\u679c:&quot;, result_mixed)  # \u8f93\u51fa: 17.5<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u4e2a\u8fc7\u7a0b\u4e2d\uff0cPython\u4f1a\u81ea\u52a8\u5904\u7406\u6574\u6570\u4e0e\u6d6e\u70b9\u6570\u7684\u6df7\u5408\u8fd0\u7b97\uff0c\u5e76\u8fd4\u56de\u4e00\u4e2a\u6d6e\u70b9\u6570\u7ed3\u679c\u3002<strong>\u8fd9\u79cd\u7075\u6d3b\u6027\u4f7f\u5f97Python\u5728\u5904\u7406\u6570\u5b66\u8fd0\u7b97\u65f6\u975e\u5e38\u65b9\u4fbf\u3002<\/strong><\/p>\n<\/p>\n<p><p>\u4e8c\u3001\u5217\u8868\u548c\u5b57\u7b26\u4e32\u76f8\u4e58<\/p>\n<\/p>\n<p><p>\u5728Python\u4e2d\uff0c\u5217\u8868\u548c\u5b57\u7b26\u4e32\u76f8\u4e58\u4e0e\u6211\u4eec\u901a\u5e38\u610f\u4e49\u4e0a\u7684\u4e58\u6cd5\u4e0d\u540c\u3002\u4e58\u6cd5\u8fd0\u7b97\u7b26\u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\u7528\u4e8e\u91cd\u590d\u64cd\u4f5c\u3002\u4f8b\u5982\uff0c\u5f53\u4e00\u4e2a\u5b57\u7b26\u4e32\u88ab\u4e00\u4e2a\u6574\u6570\u4e58\u4ee5\u65f6\uff0c\u7ed3\u679c\u662f\u8be5\u5b57\u7b26\u4e32\u7684\u591a\u6b21\u91cd\u590d\u3002\u7c7b\u4f3c\u5730\uff0c\u5f53\u4e00\u4e2a\u5217\u8868\u88ab\u4e00\u4e2a\u6574\u6570\u4e58\u4ee5\u65f6\uff0c\u7ed3\u679c\u662f\u8be5\u5217\u8868\u7684\u591a\u6b21\u91cd\u590d\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\"># \u5b57\u7b26\u4e32\u76f8\u4e58<\/p>\n<p>str_val = &quot;abc&quot;<\/p>\n<p>str_result = str_val * 3<\/p>\n<p>print(&quot;\u5b57\u7b26\u4e32\u76f8\u4e58\u7ed3\u679c:&quot;, str_result)  # \u8f93\u51fa: abcabcabc<\/p>\n<h2><strong>\u5217\u8868\u76f8\u4e58<\/strong><\/h2>\n<p>list_val = [1, 2, 3]<\/p>\n<p>list_result = list_val * 2<\/p>\n<p>print(&quot;\u5217\u8868\u76f8\u4e58\u7ed3\u679c:&quot;, list_result)  # \u8f93\u51fa: [1, 2, 3, 1, 2, 3]<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u8fd9\u79cd\u7528\u6cd5\u5bf9\u4e8e\u9700\u8981\u751f\u6210\u91cd\u590d\u6570\u636e\u7ed3\u6784\u7684\u573a\u666f\u975e\u5e38\u6709\u7528\u3002<strong>\u9700\u8981\u6ce8\u610f\u7684\u662f\uff0c\u4e58\u6cd5\u8fd0\u7b97\u7b26\u53ea\u80fd\u4e0e\u6574\u6570\u7ed3\u5408\u4f7f\u7528\u8fdb\u884c\u91cd\u590d\u64cd\u4f5c\uff0c\u4e0d\u80fd\u4f7f\u7528\u6d6e\u70b9\u6570\u3002<\/strong><\/p>\n<\/p>\n<p><p>\u4e09\u3001\u590d\u5408\u6570\u636e\u7c7b\u578b\u7684\u76f8\u4e58<\/p>\n<\/p>\n<p><p>\u5728\u5904\u7406\u66f4\u590d\u6742\u7684\u6570\u636e\u7ed3\u6784\u65f6\uff0c\u4f8b\u5982\u6d89\u53ca\u5230NumPy\u6570\u7ec4\u6216Pandas\u6570\u636e\u6846\u7684\u76f8\u4e58\uff0cPython\u63d0\u4f9b\u4e86\u5f3a\u5927\u7684\u5e93\u6765\u652f\u6301\u8fd9\u4e9b\u64cd\u4f5c\u3002<\/p>\n<\/p>\n<p><p><strong>NumPy\u6570\u7ec4\u76f8\u4e58<\/strong><\/p>\n<\/p>\n<p><p>NumPy\u662fPython\u4e2d\u4e00\u4e2a\u5f3a\u5927\u7684\u5e93\uff0c\u4e13\u95e8\u7528\u4e8e\u6570\u503c\u8ba1\u7b97\u3002\u5bf9\u4e8e\u6570\u7ec4\u76f8\u4e58\uff0cNumPy\u63d0\u4f9b\u4e86\u591a\u79cd\u65b9\u6cd5\uff0c\u5305\u62ec\u9010\u5143\u7d20\u76f8\u4e58\u548c\u77e9\u9635\u4e58\u6cd5\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import numpy as np<\/p>\n<h2><strong>\u9010\u5143\u7d20\u76f8\u4e58<\/strong><\/h2>\n<p>array1 = np.array([1, 2, 3])<\/p>\n<p>array2 = np.array([4, 5, 6])<\/p>\n<p>elementwise_product = array1 * array2<\/p>\n<p>print(&quot;\u9010\u5143\u7d20\u76f8\u4e58\u7ed3\u679c:&quot;, elementwise_product)  # \u8f93\u51fa: [ 4 10 18]<\/p>\n<h2><strong>\u77e9\u9635\u4e58\u6cd5<\/strong><\/h2>\n<p>matrix1 = np.array([[1, 2], [3, 4]])<\/p>\n<p>matrix2 = np.array([[5, 6], [7, 8]])<\/p>\n<p>matrix_product = np.dot(matrix1, matrix2)<\/p>\n<p>print(&quot;\u77e9\u9635\u4e58\u6cd5\u7ed3\u679c:&quot;)<\/p>\n<p>print(matrix_product)<\/p>\n<h2><strong>\u8f93\u51fa:<\/strong><\/h2>\n<h2><strong>[[19 22]<\/strong><\/h2>\n<h2><strong> [43 50]]<\/strong><\/h2>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u4e0a\u8ff0\u4ee3\u7801\u4e2d\uff0c<code>np.dot<\/code>\u51fd\u6570\u7528\u4e8e\u8fdb\u884c\u77e9\u9635\u4e58\u6cd5\uff0c\u800c\u76f4\u63a5\u4f7f\u7528\u4e58\u6cd5\u8fd0\u7b97\u7b26\uff08*\uff09\u5219\u7528\u4e8e\u9010\u5143\u7d20\u76f8\u4e58\u3002<\/p>\n<\/p>\n<p><p><strong>Pandas\u6570\u636e\u6846\u7684\u76f8\u4e58<\/strong><\/p>\n<\/p>\n<p><p>Pandas\u662f\u4e00\u4e2a\u7528\u4e8e\u6570\u636e\u64cd\u4f5c\u548c\u5206\u6790\u7684\u5f3a\u5927\u5de5\u5177\u3002\u5b83\u5141\u8bb8\u5bf9\u6570\u636e\u6846\u548c\u7cfb\u5217\u8fdb\u884c\u9010\u5143\u7d20\u76f8\u4e58\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">import pandas as pd<\/p>\n<h2><strong>\u521b\u5efa\u6570\u636e\u6846<\/strong><\/h2>\n<p>data1 = {&#39;A&#39;: [1, 2, 3], &#39;B&#39;: [4, 5, 6]}<\/p>\n<p>data2 = {&#39;A&#39;: [7, 8, 9], &#39;B&#39;: [10, 11, 12]}<\/p>\n<p>df1 = pd.DataFrame(data1)<\/p>\n<p>df2 = pd.DataFrame(data2)<\/p>\n<h2><strong>\u9010\u5143\u7d20\u76f8\u4e58<\/strong><\/h2>\n<p>df_product = df1 * df2<\/p>\n<p>print(&quot;Pandas\u6570\u636e\u6846\u9010\u5143\u7d20\u76f8\u4e58\u7ed3\u679c:&quot;)<\/p>\n<p>print(df_product)<\/p>\n<h2><strong>\u8f93\u51fa:<\/strong><\/h2>\n<h2><strong>    A   B<\/strong><\/h2>\n<h2><strong>0   7  40<\/strong><\/h2>\n<h2><strong>1  16  55<\/strong><\/h2>\n<h2><strong>2  27  72<\/strong><\/h2>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\uff0c\u4e58\u6cd5\u8fd0\u7b97\u7b26\uff08*\uff09\u7528\u4e8e\u9010\u5143\u7d20\u76f8\u4e58\u3002<strong>\u786e\u4fdd\u6570\u636e\u6846\u7684\u5f62\u72b6\u548c\u7ed3\u6784\u76f8\u5339\u914d\u4ee5\u907f\u514d\u9519\u8bef\u3002<\/strong><\/p>\n<\/p>\n<p><p>\u56db\u3001\u4f7f\u7528\u51fd\u6570\u8fdb\u884c\u76f8\u4e58<\/p>\n<\/p>\n<p><p>\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\uff0c\u4f7f\u7528\u51fd\u6570\u8fdb\u884c\u76f8\u4e58\u53ef\u80fd\u66f4\u52a0\u7075\u6d3b\u548c\u53ef\u8bfb\u3002\u53ef\u4ee5\u5b9a\u4e49\u81ea\u5df1\u7684\u51fd\u6570\u6765\u5904\u7406\u7279\u5b9a\u7c7b\u578b\u7684\u76f8\u4e58\u9700\u6c42\u3002<\/p>\n<\/p>\n<p><pre><code class=\"language-python\">def multiply(a, b):<\/p>\n<p>    return a * b<\/p>\n<h2><strong>\u4f7f\u7528\u51fd\u6570\u76f8\u4e58<\/strong><\/h2>\n<p>num1 = 10<\/p>\n<p>num2 = 5<\/p>\n<p>print(&quot;\u4f7f\u7528\u51fd\u6570\u76f8\u4e58\u7ed3\u679c:&quot;, multiply(num1, num2))  # \u8f93\u51fa: 50<\/p>\n<p><\/code><\/pre>\n<\/p>\n<p><p>\u4f7f\u7528\u81ea\u5b9a\u4e49\u51fd\u6570\u53ef\u4ee5\u5c01\u88c5\u590d\u6742\u7684\u903b\u8f91\uff0c\u5e76\u5728\u9700\u8981\u65f6\u91cd\u590d\u4f7f\u7528\u3002<\/p>\n<\/p>\n<p><p>\u603b\u7ed3<\/p>\n<\/p>\n<p><p>\u5728Python\u4e2d\uff0c\u53d8\u91cf\u76f8\u4e58\u7684\u65b9\u5f0f\u591a\u79cd\u591a\u6837\uff0c\u53d6\u51b3\u4e8e\u53d8\u91cf\u7684\u7c7b\u578b\u548c\u4f7f\u7528\u573a\u666f\u3002<strong>\u5bf9\u4e8e\u6570\u5b57\uff0c\u76f4\u63a5\u4f7f\u7528\u4e58\u6cd5\u8fd0\u7b97\u7b26\u8fdb\u884c\u76f8\u4e58<\/strong>\uff1b<strong>\u5bf9\u4e8e\u5b57\u7b26\u4e32\u548c\u5217\u8868\uff0c\u4e58\u6cd5\u7528\u4e8e\u91cd\u590d<\/strong>\uff1b<strong>\u5bf9\u4e8eNumPy\u6570\u7ec4\u548cPandas\u6570\u636e\u6846\uff0c\u4e58\u6cd5\u53ef\u4ee5\u8fdb\u884c\u9010\u5143\u7d20\u76f8\u4e58\u6216\u77e9\u9635\u8fd0\u7b97<\/strong>\u3002\u7406\u89e3\u8fd9\u4e9b\u7528\u6cd5\u5c06\u6709\u52a9\u4e8e\u5728Python\u4e2d\u66f4\u9ad8\u6548\u5730\u8fdb\u884c\u6570\u636e\u5904\u7406\u548c\u8ba1\u7b97\u3002<\/p>\n<\/p>\n<h2><strong>\u76f8\u5173\u95ee\u7b54FAQs\uff1a<\/strong><\/h2>\n<p> <strong>\u5728Python\u4e2d\u5982\u4f55\u5b9a\u4e49\u548c\u4f7f\u7528\u53d8\u91cf\u8fdb\u884c\u76f8\u4e58\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u60a8\u53ef\u4ee5\u901a\u8fc7\u7b80\u5355\u7684\u8d4b\u503c\u8bed\u53e5\u6765\u5b9a\u4e49\u53d8\u91cf\u3002\u4f8b\u5982\uff0c\u60a8\u53ef\u4ee5\u5b9a\u4e49\u4e24\u4e2a\u53d8\u91cf\uff0c\u5206\u522b\u5b58\u50a8\u6570\u5b57\uff0c\u7136\u540e\u4f7f\u7528\u4e58\u6cd5\u8fd0\u7b97\u7b26\uff08*\uff09\u8fdb\u884c\u76f8\u4e58\u3002\u793a\u4f8b\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n<pre><code class=\"language-python\">a = 5\nb = 10\nresult = a * b\nprint(result)  # \u8f93\u51fa 50\n<\/code><\/pre>\n<p>\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\uff0c\u53d8\u91cf<code>a<\/code>\u548c<code>b<\/code>\u5206\u522b\u88ab\u8d4b\u503c\u4e3a5\u548c10\uff0c\u4f7f\u7528<code>*<\/code>\u8fd0\u7b97\u7b26\u5c06\u5b83\u4eec\u76f8\u4e58\uff0c\u5e76\u5c06\u7ed3\u679c\u5b58\u50a8\u5728<code>result<\/code>\u53d8\u91cf\u4e2d\u3002<\/p>\n<p><strong>\u5982\u4f55\u5904\u7406\u6d6e\u70b9\u6570\u548c\u6574\u6570\u76f8\u4e58\u7684\u60c5\u51b5\uff1f<\/strong><br \/>\u5728Python\u4e2d\uff0c\u60a8\u53ef\u4ee5\u5c06\u6d6e\u70b9\u6570\u548c\u6574\u6570\u76f8\u4e58\uff0c\u7ed3\u679c\u5c06\u81ea\u52a8\u8f6c\u4e3a\u6d6e\u70b9\u6570\u3002\u4f8b\u5982\uff1a<\/p>\n<pre><code class=\"language-python\">x = 3.5\ny = 2\nresult = x * y\nprint(result)  # \u8f93\u51fa 7.0\n<\/code><\/pre>\n<p>\u8fd9\u91cc\uff0c\u53d8\u91cf<code>x<\/code>\u662f\u6d6e\u70b9\u6570\uff0c<code>y<\/code>\u662f\u6574\u6570\uff0c\u4e58\u79ef\u7ed3\u679c\u4e3a\u6d6e\u70b9\u65707.0\u3002Python\u4f1a\u81ea\u52a8\u5904\u7406\u8fd9\u79cd\u7c7b\u578b\u8f6c\u6362\uff0c\u65e0\u9700\u989d\u5916\u7684\u64cd\u4f5c\u3002<\/p>\n<p><strong>\u5982\u679c\u6211\u60f3\u5728\u5faa\u73af\u4e2d\u5bf9\u591a\u4e2a\u53d8\u91cf\u8fdb\u884c\u76f8\u4e58\uff0c\u5e94\u8be5\u600e\u4e48\u505a\uff1f<\/strong><br \/>\u5728\u5faa\u73af\u4e2d\u8fdb\u884c\u53d8\u91cf\u76f8\u4e58\u53ef\u4ee5\u4f7f\u7528\u5217\u8868\u6216\u6570\u7ec4\u6765\u5b58\u50a8\u591a\u4e2a\u503c\uff0c\u5e76\u901a\u8fc7\u5faa\u73af\u9010\u4e00\u76f8\u4e58\u3002\u4ee5\u4e0b\u662f\u4e00\u4e2a\u793a\u4f8b\uff0c\u6f14\u793a\u5982\u4f55\u8ba1\u7b97\u5217\u8868\u4e2d\u6240\u6709\u6570\u5b57\u7684\u4e58\u79ef\uff1a<\/p>\n<pre><code class=\"language-python\">numbers = [1, 2, 3, 4]\nproduct = 1\nfor number in numbers:\n    product *= number\nprint(product)  # \u8f93\u51fa 24\n<\/code><\/pre>\n<p>\u5728\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\uff0c<code>numbers<\/code>\u5217\u8868\u5b58\u50a8\u4e86\u591a\u4e2a\u6570\u5b57\uff0c\u901a\u8fc7\u5faa\u73af\u904d\u5386\u6bcf\u4e2a\u6570\u5b57\uff0c\u5e76\u4f7f\u7528\u4e58\u6cd5\u8d4b\u503c\u8fd0\u7b97\u7b26\uff08*=\uff09\u66f4\u65b0<code>product<\/code>\u7684\u503c\uff0c\u6700\u7ec8\u5f97\u51fa\u6240\u6709\u6570\u5b57\u7684\u4e58\u79ef\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u5728Python\u4e2d\uff0c\u53d8\u91cf\u53ef\u4ee5\u901a\u8fc7\u4f7f\u7528\u4e58\u6cd5\u8fd0\u7b97\u7b26\uff08*\uff09\u8fdb\u884c\u76f8\u4e58\u3002\u8981\u76f8\u4e58\u7684\u53d8\u91cf\u53ef\u4ee5\u662f\u6570\u5b57\u3001\u5217\u8868\u6216\u5b57\u7b26\u4e32\uff0c\u5177\u4f53\u53d6\u51b3\u4e8e\u53d8 [&hellip;]","protected":false},"author":3,"featured_media":993257,"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\/993246"}],"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=993246"}],"version-history":[{"count":"1","href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/993246\/revisions"}],"predecessor-version":[{"id":993260,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/posts\/993246\/revisions\/993260"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media\/993257"}],"wp:attachment":[{"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/media?parent=993246"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/categories?post=993246"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/docs.pingcode.com\/wp-json\/wp\/v2\/tags?post=993246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}