{"id":140,"date":"2025-11-09T17:43:10","date_gmt":"2025-11-09T09:43:10","guid":{"rendered":"https:\/\/www.mzlh8.com\/?p=140"},"modified":"2025-11-09T17:43:10","modified_gmt":"2025-11-09T09:43:10","slug":"%e7%ac%ac50%e7%af%87%ef%bc%9a%e6%b6%a8%e5%81%9c%e7%aa%81%e7%a0%b4%e4%b9%8b%e4%b9%9d%e5%b1%82%e5%a6%96%e5%a1%94%e5%85%b1%e6%8c%af%e6%8a%93%e6%b6%a8%e5%81%9c%e9%80%89%e8%82%a1%e6%8c%87%e6%a0%87","status":"publish","type":"post","link":"https:\/\/www.mzlh8.com\/?p=140","title":{"rendered":"\u6307\u6807\u516c\u5f0f\u7b2c50\u7bc7\uff1a\u6da8\u505c\u7a81\u7834\u4e4b\u4e5d\u5c42\u5996\u5854\u5171\u632f\u6293\u6da8\u505c\u9009\u80a1\u6307\u6807"},"content":{"rendered":"<div class=\"RichText ztext Post-RichText css-1sds6ep\" options=\"[object Object]\" uia-uid=\"0|2\">\n<p data-first-child=\"\">\n<figure data-size=\"normal\">\n<div><img decoding=\"async\" src=\"https:\/\/pic1.zhimg.com\/v2-a6ee5619c09a55db8f401db759bae642_1440w.jpg\" data-caption=\"\" data-size=\"normal\" data-rawwidth=\"1246\" data-rawheight=\"1613\" data-original-token=\"v2-4d7cdc698b3f334c65884f76e0c81f04\" class=\"origin_image zh-lightbox-thumb\" width=\"1246\" data-original=\"https:\/\/pic1.zhimg.com\/v2-a6ee5619c09a55db8f401db759bae642_r.jpg\"><\/div>\n<\/figure>\n<p data-pid=\"bY7dCRVZ\"><b>\u4e5d\u5c42\u5996\u5854\u5171\u632f\u526f\u56fe\u6307\u6807\u516c\u5f0f\uff1a<\/b><\/p>\n<div class=\"highlight\">\n<pre><code class=\"language-text\">DIFF:=<span><a>EMA<\/a><\/span>(C,8)-EMA(C,13);\nDEA:=EMA(DIFF,5);\nSTICKLINE(DIFF&gt;DEA,5,10,2,1),COLORRED;\nSTICKLINE(DIFF&lt;DEA,5,10,2,1),COLORGREEN;\n\u4e5d\u5c3e\u5996:=(C-LLV(LOW,8))\/(HHV(H,8)-LLV(LOW,8))*100;\nK:=<span><a>SMA<\/a><\/span>(\u4e5d\u5c3e\u5996,3,1);\nD:=SMA(K,3,1);\nSTICKLINE(K&gt;D,10,15,2,1),COLORRED;\nSTICKLINE(K&lt;D,10,15,2,1),COLORGREEN;\nLC:=REF(C,1);\n\u4e5d\u5927\u91d1\u53c91:=(SMA(MAX(C-LC,0),5,1))\/(SMA(ABS(C-LC),5,1))*100;\n\u4e5d\u5927\u91d1\u53c92:=(SMA(MAX(C-LC,0),13,1))\/(SMA(ABS(C-LC),13,1))*100;\nSTICKLINE(\u4e5d\u5927\u91d1\u53c91&gt;\u4e5d\u5927\u91d1\u53c92,15,20,2,1),COLORRED;\nSTICKLINE(\u4e5d\u5927\u91d1\u53c91&lt;\u4e5d\u5927\u91d1\u53c92,15,20,2,1),COLORGREEN;\nSHIQUAN:=-(HHV(H,13)-C)\/(HHV(H,13)-LLV(LOW,13))*100;\n\u91d1\u53c9\u5171\u632f1:=SMA(SHIQUAN,3,1);\n\u91d1\u53c9\u5171\u632f2:=SMA(\u91d1\u53c9\u5171\u632f1,3,1);\nSTICKLINE(\u91d1\u53c9\u5171\u632f1&gt;\u91d1\u53c9\u5171\u632f2,20,25,2,1),COLORRED;\nSTICKLINE(\u91d1\u53c9\u5171\u632f1&lt;\u91d1\u53c9\u5171\u632f2,20,25,2,1),COLORGREEN;\nBBI:=(MA(C,3)+MA(C,6)+MA(C,12)+MA(C,24))\/4;\nSTICKLINE(C&gt;BBI,25,30,2,1),COLORRED;\nSTICKLINE(C&lt;BBI,25,30,2,1),COLORGREEN;\nMTM:=C-REF(C,1);\n\u9f99\u725b\u8d77\u821eS:=100*EMA(EMA(MTM,5),3)\/EMA(EMA(ABS(MTM),5),3);\n\u9f99\u725b\u8d77\u821eM:=100*EMA(EMA(MTM,13),8)\/EMA(EMA(ABS(MTM),13),8);\nSTICKLINE(\u9f99\u725b\u8d77\u821eS&gt;\u9f99\u725b\u8d77\u821eM,30,35,2,1),COLORRED;\nSTICKLINE(\u9f99\u725b\u8d77\u821eS&lt;\u9f99\u725b\u8d77\u821eM,30,35,2,1),COLORGREEN;\nMAV:=(C*2+H+L)\/4;\nSK:=EMA(MAV,13)-EMA(MAV,34);\nSD:=EMA(SK,5);\nDDZZ1:=(-2*(SK-SD))*3.8,COLORGREEN;\nDDZZ2:=(2*(SK-SD))*3.8,COLORRED;\nSTICKLINE(DDZZ2&gt;DDZZ1,37,42,2,0),COLORMAGENTA;\nSTICKLINE(DDZZ2&lt;DDZZ1,37,42,2,0),COLORGREEN;\nMA11:=MA(C,5);\nMA22:=REF(MA(C,5),1);\nSTICKLINE(MA22&gt;MA11,43,48,2,0),COLORGREEN;\nSTICKLINE(MA22&lt;=MA11,43,48,2,0),COLORMAGENTA;\n\u4e5d\u5c42\u5996\u58542:=IF(MONTH&lt;12,1,1);\n\u4e5d\u5c42\u5996\u58543:=(2*C+H+LOW)\/4;\n\u4e5d\u5c42\u5996\u58544:=LLV(LOW,34);\n\u4e5d\u5c42\u5996\u58545:=HHV(H,34);DRAWTEXT_FIX(1,0.60,0.75,0,'\u8d26\u6237\u5f00\u6237\uff1aWYKH169 '),COLORYELLOW;\nZHULI:=EMA((\u4e5d\u5c42\u5996\u58543-\u4e5d\u5c42\u5996\u58544)\/(\u4e5d\u5c42\u5996\u58545-\u4e5d\u5c42\u5996\u58544)*100,13)*\u4e5d\u5c42\u5996\u58542;\nSANHU:=EMA(0.667*REF(ZHULI,1)+0.333*ZHULI,2);<\/code><\/pre>\n<\/div>\n<p data-pid=\"6Nbj6g8R\"><b>\u4e5d\u5c42\u5996\u5854\u5171\u632f\u526f\u56fe\u6307\u6807\u516c\u5f0f\uff1a<\/b><\/p>\n<p data-pid=\"zEeacnl8\">DIFF\u8d4b\u503c:\u6536\u76d8\u4ef7\u76848\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747-\u6536\u76d8\u4ef7\u768413\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"_fQIzJ71\">DEA\u8d4b\u503c:DIFF\u76845\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"eDnILJCz\">\u5f53\u6ee1\u8db3\u6761\u4ef6DIFF&gt;DEA\u65f6,\u57285\u548c10\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7ea2\u8272<\/p>\n<p data-pid=\"XNE2PdDB\">\u5f53\u6ee1\u8db3\u6761\u4ef6DIFF&lt;DEA\u65f6,\u57285\u548c10\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7eff\u8272<\/p>\n<p data-pid=\"ejcOflKx\">\u4e5d\u5c3e\u5996\u8d4b\u503c:(\u6536\u76d8\u4ef7-8\u65e5\u5185\u6700\u4f4e\u4ef7\u7684\u6700\u4f4e\u503c)\/(8\u65e5\u5185\u6700\u9ad8\u4ef7\u7684\u6700\u9ad8\u503c-8\u65e5\u5185\u6700\u4f4e\u4ef7\u7684\u6700\u4f4e\u503c)*100<\/p>\n<p data-pid=\"sX3UqLoB\">K\u8d4b\u503c:\u4e5d\u5c3e\u5996\u76843\u65e5[1\u65e5\u6743\u91cd]\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"mAteuAA-\">D\u8d4b\u503c:K\u76843\u65e5[1\u65e5\u6743\u91cd]\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"N0IF6wTp\">\u5f53\u6ee1\u8db3\u6761\u4ef6K&gt;D\u65f6,\u572810\u548c15\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7ea2\u8272<\/p>\n<p data-pid=\"sjKqwdwP\">\u5f53\u6ee1\u8db3\u6761\u4ef6K&lt;D\u65f6,\u572810\u548c15\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7eff\u8272<\/p>\n<p data-pid=\"hBTblWdY\">LC\u8d4b\u503c:1\u65e5\u524d\u7684\u6536\u76d8\u4ef7<\/p>\n<p data-pid=\"EpvByu-9\">\u4e5d\u5927\u91d1\u53c91\u8d4b\u503c:(\u6536\u76d8\u4ef7-LC\u548c0\u7684\u8f83\u5927\u503c\u76845\u65e5[1\u65e5\u6743\u91cd]\u79fb\u52a8\u5e73\u5747)\/(\u6536\u76d8\u4ef7-LC\u7684\u7edd\u5bf9\u503c\u76845\u65e5[1\u65e5\u6743\u91cd]\u79fb\u52a8\u5e73\u5747)*100<\/p>\n<p data-pid=\"vRn8eGbQ\">\u4e5d\u5927\u91d1\u53c92\u8d4b\u503c:(\u6536\u76d8\u4ef7-LC\u548c0\u7684\u8f83\u5927\u503c\u768413\u65e5[1\u65e5\u6743\u91cd]\u79fb\u52a8\u5e73\u5747)\/(\u6536\u76d8\u4ef7-LC\u7684\u7edd\u5bf9\u503c\u768413\u65e5[1\u65e5\u6743\u91cd]\u79fb\u52a8\u5e73\u5747)*100<\/p>\n<p data-pid=\"MohEMnz_\">\u5f53\u6ee1\u8db3\u6761\u4ef6\u4e5d\u5927\u91d1\u53c91&gt;\u4e5d\u5927\u91d1\u53c92\u65f6,\u572815\u548c20\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7ea2\u8272<\/p>\n<p data-pid=\"wvEKPs3g\">\u5f53\u6ee1\u8db3\u6761\u4ef6\u4e5d\u5927\u91d1\u53c91&lt;\u4e5d\u5927\u91d1\u53c92\u65f6,\u572815\u548c20\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7eff\u8272<\/p>\n<p data-pid=\"jEgqotZm\">SHIQUAN\u8d4b\u503c:-(13\u65e5\u5185\u6700\u9ad8\u4ef7\u7684\u6700\u9ad8\u503c-\u6536\u76d8\u4ef7)\/(13\u65e5\u5185\u6700\u9ad8\u4ef7\u7684\u6700\u9ad8\u503c-13\u65e5\u5185\u6700\u4f4e\u4ef7\u7684\u6700\u4f4e\u503c)*100<\/p>\n<p data-pid=\"Bc8MVDGs\">\u91d1\u53c9\u5171\u632f1\u8d4b\u503c:SHIQUAN\u76843\u65e5[1\u65e5\u6743\u91cd]\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"ecqsiz20\">\u91d1\u53c9\u5171\u632f2\u8d4b\u503c:\u91d1\u53c9\u5171\u632f1\u76843\u65e5[1\u65e5\u6743\u91cd]\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"ocoDFojp\">\u5f53\u6ee1\u8db3\u6761\u4ef6\u91d1\u53c9\u5171\u632f1&gt;\u91d1\u53c9\u5171\u632f2\u65f6,\u572820\u548c25\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7ea2\u8272<\/p>\n<p data-pid=\"tf0jCdoz\">\u5f53\u6ee1\u8db3\u6761\u4ef6\u91d1\u53c9\u5171\u632f1&lt;\u91d1\u53c9\u5171\u632f2\u65f6,\u572820\u548c25\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7eff\u8272<\/p>\n<p data-pid=\"LGMjf4Y6\">BBI\u8d4b\u503c:(\u6536\u76d8\u4ef7\u76843\u65e5\u7b80\u5355\u79fb\u52a8\u5e73\u5747+\u6536\u76d8\u4ef7\u76846\u65e5\u7b80\u5355\u79fb\u52a8\u5e73\u5747+\u6536\u76d8\u4ef7\u768412\u65e5\u7b80\u5355\u79fb\u52a8\u5e73\u5747+\u6536\u76d8\u4ef7\u768424\u65e5\u7b80\u5355\u79fb\u52a8\u5e73\u5747)\/4<\/p>\n<p data-pid=\"SKoKXIJ1\">\u5f53\u6ee1\u8db3\u6761\u4ef6\u6536\u76d8\u4ef7&gt;BBI\u65f6,\u572825\u548c30\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7ea2\u8272<\/p>\n<p data-pid=\"chlp_PFK\">\u5f53\u6ee1\u8db3\u6761\u4ef6\u6536\u76d8\u4ef7&lt;BBI\u65f6,\u572825\u548c30\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7eff\u8272<\/p>\n<p data-pid=\"4PrreQZc\">MTM\u8d4b\u503c:\u6536\u76d8\u4ef7-1\u65e5\u524d\u7684\u6536\u76d8\u4ef7<\/p>\n<p data-pid=\"gb2kT3nQ\">\u9f99\u725b\u8d77\u821eS\u8d4b\u503c:100*MTM\u76845\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747\u76843\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747\/MTM\u7684\u7edd\u5bf9\u503c\u76845\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747\u76843\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"JTLANqdZ\">\u9f99\u725b\u8d77\u821eM\u8d4b\u503c:100*MTM\u768413\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747\u76848\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747\/MTM\u7684\u7edd\u5bf9\u503c\u768413\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747\u76848\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"iL0kkXkp\">\u5f53\u6ee1\u8db3\u6761\u4ef6\u9f99\u725b\u8d77\u821eS&gt;\u9f99\u725b\u8d77\u821eM\u65f6,\u572830\u548c35\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7ea2\u8272<\/p>\n<p data-pid=\"fX9jB5Y2\">\u5f53\u6ee1\u8db3\u6761\u4ef6\u9f99\u725b\u8d77\u821eS&lt;\u9f99\u725b\u8d77\u821eM\u65f6,\u572830\u548c35\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,1\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7eff\u8272<\/p>\n<p data-pid=\"-cbYZhfB\">MAV\u8d4b\u503c:(\u6536\u76d8\u4ef7*2+\u6700\u9ad8\u4ef7+\u6700\u4f4e\u4ef7)\/4<\/p>\n<p data-pid=\"dEaSXNPc\">SK\u8d4b\u503c:MAV\u768413\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747-MAV\u768434\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"nTUNNTZb\">SD\u8d4b\u503c:SK\u76845\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"peajQq_e\">DDZZ1\u8d4b\u503c:(-2*(SK-SD))*3.8,\u753b\u7eff\u8272<\/p>\n<p data-pid=\"rtkfUXeW\">DDZZ2\u8d4b\u503c:(2*(SK-SD))*3.8,\u753b\u7ea2\u8272<\/p>\n<p data-pid=\"COpI1aUf\">\u5f53\u6ee1\u8db3\u6761\u4ef6DDZZ2&gt;DDZZ1\u65f6,\u572837\u548c42\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,0\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u6d0b\u7ea2\u8272<\/p>\n<p data-pid=\"f4ylLf2f\">\u5f53\u6ee1\u8db3\u6761\u4ef6DDZZ2&lt;DDZZ1\u65f6,\u572837\u548c42\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,0\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7eff\u8272<\/p>\n<p data-pid=\"QvlNvKN3\">MA11\u8d4b\u503c:\u6536\u76d8\u4ef7\u76845\u65e5\u7b80\u5355\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"IEvo9p4q\">MA22\u8d4b\u503c:1\u65e5\u524d\u7684\u6536\u76d8\u4ef7\u76845\u65e5\u7b80\u5355\u79fb\u52a8\u5e73\u5747<\/p>\n<p data-pid=\"-B1EarW_\">\u5f53\u6ee1\u8db3\u6761\u4ef6MA22&gt;MA11\u65f6,\u572843\u548c48\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,0\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u7eff\u8272<\/p>\n<p data-pid=\"cXN0qVFP\">\u5f53\u6ee1\u8db3\u6761\u4ef6MA22&lt;=MA11\u65f6,\u572843\u548c48\u4f4d\u7f6e\u4e4b\u95f4\u753b\u67f1\u72b6\u7ebf,\u5bbd\u5ea6\u4e3a2,0\u4e0d\u4e3a0\u5219\u753b\u7a7a\u5fc3\u67f1.,\u753b\u6d0b\u7ea2\u8272<\/p>\n<p data-pid=\"Oy64Tss1\">\u4e5d\u5c42\u5996\u58542\u8d4b\u503c:\u5982\u679c\u6708\u4efd&lt;12,\u8fd4\u56de1,\u5426\u5219\u8fd4\u56de1<\/p>\n<p data-pid=\"XEXObGon\">\u4e5d\u5c42\u5996\u58543\u8d4b\u503c:(2*\u6536\u76d8\u4ef7+\u6700\u9ad8\u4ef7+\u6700\u4f4e\u4ef7)\/4<\/p>\n<p data-pid=\"db1-7yly\">\u4e5d\u5c42\u5996\u58544\u8d4b\u503c:34\u65e5\u5185\u6700\u4f4e\u4ef7\u7684\u6700\u4f4e\u503c<\/p>\n<p data-pid=\"DynUI6Kf\">\u4e5d\u5c42\u5996\u58545\u8d4b\u503c:34\u65e5\u5185\u6700\u9ad8\u4ef7\u7684\u6700\u9ad8\u503c<\/p>\n<p data-pid=\"vO1wxxz7\">\u5f53\u6ee1\u8db3\u6761\u4ef61\u65f6,\u5728\u6a2a\u8f740.60\u7eb5\u8f740.75\u4f4d\u7f6e\u4e66\u5199\u6587\u5b57,\u753b\u9ec4\u8272<\/p>\n<p data-pid=\"OehQ4Jxg\">ZHULI\u8d4b\u503c:(\u4e5d\u5c42\u5996\u58543-\u4e5d\u5c42\u5996\u58544)\/(\u4e5d\u5c42\u5996\u58545-\u4e5d\u5c42\u5996\u58544)*100\u768413\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747*\u4e5d\u5c42\u5996\u58542<\/p>\n<p data-pid=\"6zW40WTZ\">SANHU\u8d4b\u503c:0.667*1\u65e5\u524d\u7684ZHULI+0.333*ZHULI\u76842\u65e5\u6307\u6570\u79fb\u52a8\u5e73\u5747<\/p>\n<\/div>\n<p><span style=\"display: none\" data-referrer=\"https:\/\/zhuanlan.zhihu.com\/p\/696758949\">&#8211;<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4e5d\u5c42\u5996\u5854\u5171\u632f\u526f\u56fe\u6307\u6807\u516c\u5f0f\uff1a D&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-140","post","type-post","status-publish","format-standard","hentry","category-3"],"_links":{"self":[{"href":"https:\/\/www.mzlh8.com\/index.php?rest_route=\/wp\/v2\/posts\/140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mzlh8.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mzlh8.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mzlh8.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mzlh8.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=140"}],"version-history":[{"count":0,"href":"https:\/\/www.mzlh8.com\/index.php?rest_route=\/wp\/v2\/posts\/140\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.mzlh8.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=140"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mzlh8.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=140"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mzlh8.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}