{"id":101749,"date":"2020-08-15T15:01:46","date_gmt":"2020-08-15T07:01:46","guid":{"rendered":"https:\/\/www.lixiangluntan.com\/101749.html"},"modified":"2020-08-15T15:01:46","modified_gmt":"2020-08-15T07:01:46","slug":"%e9%80%9a%e8%be%be%e4%bf%a1%e4%ba%8e%e6%b0%8fk%e7%ba%bf%e6%88%98%e6%b3%95%e4%b8%bb%e5%9b%be%e6%8c%87%e6%a0%87%e5%85%ac%e5%bc%8f_%e5%90%8c%e8%8a%b1%e9%a1%ba%e8%b4%a2%e5%af%8c%e5%85%88%e9%94%8b%e7%a0%b4","status":"publish","type":"post","link":"https:\/\/www.lixiangluntan.com\/?p=101749","title":{"rendered":"\u901a\u8fbe\u4fe1\u4e8e\u6c0fK\u7ebf\u6218\u6cd5\u4e3b\u56fe\u6307\u6807\u516c\u5f0f_\u540c\u82b1\u987a\u8d22\u5bcc\u5148\u950b\u7834\u89e3"},"content":{"rendered":"<blockquote style=\"font-size:15px;background-color: #F5F5F5;border:none;padding: 5px;margin:15px;line-height: 1.6;text-indent: 2em;\">\n<p style=\"margin-bottom:5px;\">\u901a\u8fbe\u4fe1\u4e3b\u529b\u6316\u5751\u80a1\u6307\u6807\u516c\u5f0f<\/p>\n<p>\u901a\u8fbe\u4fe1\u4e3b\u529b\u6316\u5751\u80a1\u6307\u6807\u516c\u5f0f<\/p>\n<\/blockquote>\n<p><a href=\"http:\/\/www.lixiangluntan.com\" target=\"_blank\" rel=\"noopener noreferrer\">\u80a1\u7968\u516c\u5f0f\u5927\u5168<\/a>{\u80a1\u7968\u8d44\u6e90\u9986:www.lixiangluntan.com\u4e13\u4e1a\u548c\u8c10\u9ad8\u7aef\u7092\u80a1\u8f6f\u4ef6--\u516c\u5f0f\u7f16\u5199\u4ea4\u6d41--\u52a0QQ751161480--}<\/p>\n<p class=\"nr1\"><script type=\"text\/javascript\" src=\"\/about\/guanzhu.js\"><\/script> <\/p>\n<p class=\"description\">\n<div class=\"gsdxg\">\n<\/div>\n<p>VAR1:=EMA(CLOSE,3);<br \/> VAR2:=EMA(CLOSE,8);<br \/> MA5:=MA(CLOSE,5);<br \/> MA21:EMA(CLOSE,21),LINETHICK2,COLORYELLOW;<br \/> STICKLINE((VAR1 &lt; MA21),C,O,4,0),COLORGREEN;<br \/> STICKLINE((VAR1 &gt; MA21) ,C,O,4,0),COLORRED;<br \/> STICKLINE(((VAR1 &gt; VAR2) AND (VAR1 &lt; MA21)) ,C,O,4,0),COLOR1DBB00;<br \/> STICKLINE(((VAR1 &lt; VAR2) AND (VAR1 &gt; MA21)) ,C,O,4,0),COLORFB6E0B;<br \/> STICKLINE((C &lt; O),L,H,0,0), COLORGREEN;<br \/> STICKLINE((C &gt; O),L,H,0,0), COLORRED;<br \/> MA2:=MA(CLOSE,10);<br \/> MA34:=MA(CLOSE,34);<br \/> VARA:=((AMOUNT \/ VOL) \/ 100);<br \/> VARB:=(((((3 * HIGH) + LOW) + OPEN) + (2 * CLOSE)) \/ 7);<br \/> VARC:=((SUM(AMOUNT,7) \/ VARA) \/ 100);<br \/> VARD:=DMA(VARB,(VOL \/ VARC));<br \/> VARE:=(((CLOSE - VARD) \/ VARD) * 100);<br \/> VARF:=(((CLOSE - LLV(LOW,34)) \/ (HHV(HIGH,34) - LLV(LOW,34))) * 100);<br \/> VARJ:=(MA(VARE,20) + STD(VARE,20));<br \/> BIAS18:=(((CLOSE - MA(CLOSE,18)) \/ MA(CLOSE,18)) * 100);<br \/> K:=SMA(VARF,3,1);<br \/> \u9876:(((REF(BIAS18,1) &gt;= 5) AND CROSS(VARJ,VARE)) AND (K &gt; 79)),NODRAW;<br \/> DRAWTEXT(FILTER(((((REF(BIAS18,1) &gt;= 5) AND CROSS(VARJ,VARE))) AND (K &gt; 79)),3),(HIGH * 1.04),'\u2193S'),COLORGREEN;<br \/> VVAR1:=(EMA(CLOSE,30) - EMA(CLOSE,17));<br \/> VVAR2:=EMA(VVAR1,5);<br \/> DRAWTEXT(FILTER((CROSS(VVAR1,VVAR2) ),3),(CLOSE * 0.96),'\u2191B'),COLORYELLOW;<br \/> DRAWTEXT((FILTER((((((((REF(CLOSE,13) - CLOSE) \/ REF(CLOSE,13)) * 100) &gt; 15) AND ((SUM((VOL \/ CAPITAL),13) * 100) &lt; 18)) AND (((VOL \/ CAPITAL) * 100) &lt; 2.5)) AND ((((REF(CLOSE,1) - CLOSE) \/ REF(CLOSE,1)) * 100) &lt; 8)),3)),CLOSE * 0.96,'\u2191B'),COLORLIRED;<br \/> TR1:=SUM(MAX(MAX((HIGH - LOW),ABS((HIGH - REF(CLOSE,1)))),ABS((LOW - REF(CLOSE,1)))),7);<br \/> HD:=(HIGH - REF(HIGH,1));<br \/> LD:=(REF(LOW,1) - LOW);<br \/> DMP:=SUM(IF(((HD &gt; 0) AND (HD &gt; LD)),HD,0),7);<br \/> DMM:=SUM(IF(((LD &gt; 0) AND (LD &gt; HD)),LD,0),7);<br \/> PDI:=((DMP * 100) \/ TR1);<br \/> MDI:=((DMM * 100) \/ TR1);<br \/> ADX:=MA(((ABS((MDI - PDI)) \/ (MDI + PDI)) * 100),7);<br \/> ADXR:=((ADX + REF(ADX,7)) \/ 2);<br \/> DRAWTEXT(FILTER((((COUNT(PDI,4) = 0)) AND ((HHV(HIGH,10) \/ LLV(LOW,10)) &gt; 1.2)),3),(CLOSE * 0.96),'\u2191B'),COLORRED;<br \/> VAR1J:=(((CLOSE - LLV(LOW,9)) \/ (HHV(HIGH,9) - LLV(LOW,9))) * 100);<br \/> VAR2J:=SMA(VAR1J,3,1);<br \/> VAR3J:=SMA(VAR2J,3,1);<br \/> VAR4J:=(VAR1J * 1.05);<br \/> VAR6J:=(((HHV(HIGH,36) - CLOSE) \/ (HHV(HIGH,36) - LLV(LOW,36))) * 100);<br \/> VAR7J:=SMA(VAR6J,5,1);<br \/> VAR9J:=(((MA((VOL \/ CAPITAL),30) * MA(VOL,60)) \/ 10000) + MA(CLOSE,30));<br \/> DRAWTEXT(FILTER((((CROSS(VAR2J,VAR4J) AND (VAR3J &gt; 60))) AND (VAR7J &lt; (VAR9J + 10))),3),(H * 1.02),'\u2193S'),COLORBROWN;<br \/> \u65e9\u6668\u4e4b\u661f:((((((REF(CLOSE,2) \/ REF(OPEN,2)) &lt; 0.95) AND (REF(OPEN,1) &lt; REF(CLOSE,2))) AND ((ABS((REF(OPEN,1) - REF(CLOSE,1))) \/ REF(CLOSE,1)) &lt; 0.03)) AND ((CLOSE \/ OPEN) &gt; 1.05)) AND (CLOSE &gt; REF(CLOSE,2))) ,NODRAW;<br \/> \u9ec4\u660f\u4e4b\u661f:((((((REF(CLOSE,2) \/ REF(OPEN,2)) &gt; 1.03) AND (REF(OPEN,1) &gt; REF(CLOSE,2))) AND ((ABS((REF(OPEN,1) - REF(CLOSE,1))) \/ REF(CLOSE,1)) &lt; 0.02)) AND ((CLOSE \/ OPEN) &lt; 0.97)) AND (CLOSE &lt; REF(CLOSE,2))) ,NODRAW;<br \/> \u957f\u5341\u5b57:((CLOSE = OPEN) AND ((HIGH \/ LOW) &gt; 1.03)),NODRAW;<br \/> \u5782\u6b7b\u5341\u5b57:(((CLOSE = OPEN) AND (CLOSE = LOW)) AND NOT(CLOSE=HIGH)) ,NODRAW;<br \/> \u65e9\u6668\u5341\u5b57\u661f:((((((REF(CLOSE,2) \/ REF(OPEN,2)) &lt; 0.95) AND (REF(OPEN,1) &lt; REF(CLOSE,2))) AND (REF(OPEN,1) = REF(CLOSE,1))) AND ((CLOSE \/ OPEN) &gt; 1.05)) AND (CLOSE &gt; REF(CLOSE,2))) ,NODRAW;<br \/> \u9ec4\u660f\u5341\u5b57\u661f:((((((REF(CLOSE,2) \/ REF(OPEN,2)) &gt; 1.05) AND (REF(OPEN,1) &gt; REF(CLOSE,2))) AND (REF(OPEN,1) = REF(CLOSE,1))) AND ((CLOSE \/ OPEN) &lt; 0.95)) AND (CLOSE &lt; REF(CLOSE,2))) ,NODRAW;<br \/> \u5c04\u51fb\u4e4b\u661f:(((MIN(OPEN,CLOSE) = LOW) AND ((HIGH - LOW) &gt; (3 * (MAX(OPEN,CLOSE) - LOW)))) AND (CLOSE &gt; MA(CLOSE,5))) ,NODRAW;<br \/> \u5012\u8f6c\u9524\u5934:(((MIN(OPEN,CLOSE) = LOW) AND ((HIGH - LOW) &gt; (3 * (MAX(OPEN,CLOSE) - LOW)))) AND (CLOSE &lt; MA(CLOSE,5))),NODRAW;<br \/> \u9524\u5934:(((HIGH = MAX(OPEN,CLOSE)) AND ((HIGH - LOW) &gt; (3 * (HIGH - MIN(OPEN,CLOSE))))) AND (CLOSE &lt; MA(CLOSE,5))) ,NODRAW;<br \/> \u540a\u9888:(((HIGH = MAX(OPEN,CLOSE)) AND ((HIGH - LOW) &gt; (3 * (HIGH - MIN(OPEN,CLOSE))))) AND (CLOSE &gt; MA(CLOSE,5))) ,NODRAW;<br \/> \u7a7f\u5934\u7834\u811a:(((((REF(CLOSE,1) \/ REF(OPEN,1)) &gt; 1.03) AND ((CLOSE \/ OPEN) &lt; 0.96)) AND (CLOSE &lt; REF(OPEN,1))) AND (OPEN &gt; REF(CLOSE,1))) OR ((((((REF(CLOSE,1) \/ REF(OPEN,1)) &lt; 0.97) AND ((CLOSE \/ OPEN) &gt; 1.04)) AND (CLOSE &gt; REF(OPEN,1))) AND (OPEN &lt; REF(CLOSE,1)))),NODRAW;<br \/> \u4e4c\u4e91\u76d6\u9876:(((((REF(CLOSE,1) \/ REF(OPEN,1)) &gt; 1.03) AND ((CLOSE \/ OPEN) &lt; 0.97)) AND (OPEN &gt; REF(CLOSE,1))) AND (CLOSE &lt; REF(CLOSE,1))) ,NODRAW;<br \/> \u66d9\u5149\u521d\u73b0:(((((REF(CLOSE,1) \/ REF(OPEN,1)) &lt; 0.97) AND ((CLOSE \/ OPEN) &gt; 1.03)) AND (OPEN &lt; REF(CLOSE,1))) AND (CLOSE &gt; REF(CLOSE,1))),NODRAW;<br \/> \u8eab\u6000\u516d\u7532:(((((ABS((REF(CLOSE,1) - REF(OPEN,1))) \/ REF(CLOSE,1)) &gt; 0.04) AND ((ABS((CLOSE - OPEN)) \/ CLOSE) &lt; 0.005)) AND (MAX(CLOSE,OPEN) &lt; MAX(REF(CLOSE,1),REF(OPEN,1)))) AND (MIN(CLOSE,OPEN) &gt; MIN(REF(CLOSE,1),REF(OPEN,1)))),NODRAW;<br \/> \u5341\u5b57\u80ce:(((((ABS((REF(CLOSE,1) - REF(OPEN,1))) \/ REF(CLOSE,1)) &gt; 0.04) AND (CLOSE = OPEN)) AND (CLOSE &lt; MAX(REF(CLOSE,1),REF(OPEN,1)))) AND (CLOSE &gt; MIN(REF(CLOSE,1),REF(OPEN,1)))) ,NODRAW;<br \/> \u5e73\u9876:((ABS((HIGH - REF(HIGH,1))) \/ HIGH) &lt; 0.001) ,NODRAW;<br \/> \u5e73\u5e95:(((ABS((LOW - REF(LOW,1))) \/ LOW) &lt; 0.001) AND ((ABS((REF(LOW,1) - REF(LOW,2))) \/ REF(LOW,1)) &lt;= 0.001)),NODRAW;<br \/> \u5927\u9633\u70db:(((CLOSE \/ OPEN) &gt; 1.05) AND ((HIGH \/ LOW) &lt; ((CLOSE \/ OPEN) + 0.018))) ,NODRAW;<br \/> {www.gUPaNg.com \u80a1\u7968\u8d44\u6e90\u9986_\u6700\u65b0\u80a1\u7968\u6307\u6807\u516c\u5f0f}<br \/> \u4e09\u4e2a\u767d\u6b66\u58eb:(((((REF(CLOSE,2) &gt; REF(OPEN,2)) AND (REF(CLOSE,1) &gt; REF(OPEN,1))) AND (CLOSE &gt; OPEN)) AND (REF(CLOSE,1) &gt; REF(CLOSE,2))) AND (CLOSE &gt; REF(CLOSE,1))) ,NODRAW;<br \/> \u53cc\u98de\u4e4c\u9e26:(((REF(CLOSE,1) &lt; REF(OPEN,1)) AND (CLOSE &lt; OPEN)) AND ((CLOSE \/ OPEN) &lt; 0.98)) ,NODRAW;<br \/> \u5b55\u80b2\u7ebf:(((((((((((REF(CLOSE,2) &gt; REF(OPEN,2)) AND (((REF(CLOSE,2) - REF(OPEN,2)) \/ REF(OPEN,2)) &gt;= (2 \/ 100))) AND (REF(OPEN,1) &gt;= REF(CLOSE,1))) AND (((REF(OPEN,1) - REF(CLOSE,1)) \/ REF(CLOSE,1)) &lt;= (2 \/ 100))) AND (REF(OPEN,1) &lt;= REF(CLOSE,2))) AND (REF(CLOSE,1) &gt;= REF(OPEN,2))) AND (CLOSE &gt;= OPEN)) AND (((CLOSE - OPEN) \/ OPEN) &gt;= (2 \/ 100))) AND (CLOSE &gt;= REF(OPEN,1))) AND (OPEN &lt;= REF(CLOSE,1))) AND (((MAX(CLOSE,REF(CLOSE,2)) - MIN(CLOSE,REF(CLOSE,2))) \/ MIN(CLOSE,REF(CLOSE,2))) &lt;= (1 \/ 100))),NODRAW;<br \/> \u591a\u65b9\u70ae:(((REF(CLOSE,2) &gt; REF(OPEN,2)) AND (REF(CLOSE,1) &lt; REF(OPEN,1))) AND (CLOSE &gt; OPEN)) ,NODRAW;<br \/> \u51fa\u6c34\u8299\u84c9:(((((OPEN &lt; EMA(CLOSE,20)) OR (OPEN &lt; EMA(CLOSE,40))) OR (OPEN &lt; EMA(CLOSE,60))) AND (CLOSE &gt; MAX(EMA(CLOSE,20),MAX(EMA(CLOSE,40),EMA(CLOSE,60))))) AND (((VOL \/ MA(VOL,30)) &gt; 1.2) AND ((CLOSE \/ REF(CLOSE,1)) &gt; 1.049))) ,NODRAW;<br \/> \u4e0a\u5347\u4e09\u90e8\u66f2:(((((((((((((REF(CLOSE,4) \/ REF(OPEN,4)) &gt; 1.03) AND (REF(CLOSE,3) &lt; REF(OPEN,3))) AND (REF(CLOSE,2) &lt; REF(OPEN,2))) AND (REF(CLOSE,1) &lt; REF(OPEN,1))) AND (REF(LOW,4) &lt; REF(LOW,3))) AND (REF(LOW,4) &lt; REF(LOW,2))) AND (REF(LOW,4) &lt; REF(LOW,1))) AND (REF(HIGH,4) &gt; REF(HIGH,3))) AND (REF(HIGH,4) &gt; REF(HIGH,2))) AND (REF(HIGH,4) &gt; REF(HIGH,1))) AND ((CLOSE \/ OPEN) &gt; 1.03)) AND (CLOSE &gt; REF(CLOSE,4))) ,NODRAW;<br \/> \u4e0b\u8dcc\u4e09\u90e8\u66f2:(((((((((((((REF(CLOSE,4) \/ REF(OPEN,4)) &lt; 0.97) AND (REF(CLOSE,3) &gt; REF(OPEN,3))) AND (REF(CLOSE,2) &gt; REF(OPEN,2))) AND (REF(CLOSE,1) &gt; REF(OPEN,1))) AND (REF(LOW,4) &lt; REF(LOW,3))) AND (REF(LOW,4) &lt; REF(LOW,2))) AND (REF(LOW,4) &lt; REF(LOW,1))) AND (REF(HIGH,4) &gt; REF(HIGH,3))) AND (REF(HIGH,4) &gt; REF(HIGH,2))) AND (REF(HIGH,4) &gt; REF(HIGH,1))) AND ((CLOSE \/ OPEN) &lt; 0.97)) AND (CLOSE &lt; REF(CLOSE,4))),NODRAW;<br \/> \u8df3\u7a7a\u7f3a\u53e3:(HIGH &lt; REF(LOW,1)) OR ((LOW &gt; REF(HIGH,1)) ),NODRAW;<br \/> \u4e09\u53ea\u4e4c\u9e26:(((((REF(CLOSE,2) &lt; REF(OPEN,2)) AND (REF(CLOSE,1) &lt; REF(OPEN,1))) AND (CLOSE &lt; OPEN)) AND (REF(CLOSE,1) &lt; REF(CLOSE,2))) AND (CLOSE &lt; REF(CLOSE,1))) ,NODRAW;<br \/> \u5149\u811a\u9634\u7ebf:((LOW = CLOSE) AND NOT(HIGH= LOW)) ,NODRAW;<br \/> \u5149\u5934\u9633\u7ebf:((HIGH = CLOSE) AND NOT(HIGH=LOW)),NODRAW;<br \/> \u5206\u79bb:((OPEN = REF(OPEN,1)) AND (((CLOSE - OPEN) * (REF(CLOSE,1) - REF(OPEN,1))) &lt; 0)) ,NODRAW;<br \/> \u957f\u4e0b\u5f71:(((MIN(CLOSE,OPEN) - LOW) \/ (HIGH - LOW)) &gt; 0.667) ,NODRAW;<br \/> \u957f\u4e0a\u5f71:(((HIGH - MAX(CLOSE,OPEN)) \/ (HIGH - LOW)) &gt; 0.667) ,NODRAW;<br \/> \u5341\u5b57\u661f:((CLOSE = OPEN) AND NOT(HIGH=LOW)) ,NODRAW;<br \/> \u5927\u9634\u70db:(((OPEN \/ CLOSE) &gt; 1.05) AND ((HIGH \/ LOW) &lt; ((OPEN \/ CLOSE) + 0.018))) ,NODRAW;<br \/> \u597d\u53cb\u53cd\u653b:(((REF(CLOSE,1) &lt; REF(OPEN,1)) AND (CLOSE &gt; OPEN)) AND ((ABS((CLOSE - REF(CLOSE,1))) \/ CLOSE) &lt; 0.002)) OR ((((REF(CLOSE,1) &gt; REF(OPEN,1)) AND (CLOSE &lt; OPEN)) AND ((ABS((CLOSE - REF(CLOSE,1))) \/ CLOSE) &lt; 0.002)) ),NODRAW;<br \/> \u503e\u76c6\u5927\u96e8:(((((REF(CLOSE,1) \/ REF(OPEN,1)) &gt;= 1.03) AND (OPEN &lt; REF(CLOSE,1))) AND (OPEN &gt; REF(OPEN,1))) AND (CLOSE &lt; REF(OPEN,1))) ,NODRAW;<\/p>\n<p><img decoding=\"async\" border=\"0\" width=\"513\" height=\"279\" onclick=\"window.open('\/uploads\/allimg\/111215\/1_111215195339_1.jpg')\" style=\"cursor:pointer\" alt=\"\u901a\u8fbe\u4fe1\u4e8e\u6c0fK\u7ebf\u6218\u6cd5\u4e3b\u56fe\u6307\u6807\u516c\u5f0f\" src=\"http:\/\/wmj.lixiangluntan.com\/2020\/9\/UNNj2e.jpg\" class=\"aligncenter\"><\/p>\n<p>&nbsp;<\/p>\n<div class=\"yuansheng1\">\n<div class=\"_1a77a5b7w7ei\"><\/div>\n<p> <script type=\"text\/javascript\">\n    (window.slotbydup = window.slotbydup || []).push({\n        id: \"u6133514\",\n        container: \"_1a77a5b7w7ei\",\n        async: true\n    });\n<\/script>\n<\/div>\n<p>{\u80a1\u7968\u8d44\u6e90\u9986:www.lixiangluntan.com\u4e13\u4e1a\u548c\u8c10\u9ad8\u7aef\u7092\u80a1\u8f6f\u4ef6--\u516c\u5f0f\u7f16\u5199\u4ea4\u6d41--\u52a0QQ751161480--}<\/p>\n<blockquote style=\"font-size:15px;background-color: #F5F5F5;border:none;padding: 5px;margin:15px;line-height: 1.6;text-indent: 2em;\">\n<p style=\"margin-bottom:5px;\">\u3010\u80a1\u7968\u8d44\u6e90\u9986\u3011\u7b56\u7565\u6295\u8d44\u7834\u89e3,\u56fe\u7247\u514d\u8d39\u4e0b\u8f7d,\u7406\u60f3\u80a1\u7968\u6280\u672f\u8bba\u575b,\u8d22\u7ecf\u80a1\u7968\u8bba\u575b,\u7092\u80a1\u8bba\u575b\u793e\u533a,\u80a1\u7968\u8f6f\u4ef6,\u80a1\u7968\u516c\u5f0f,\u6e90\u7801\u4ea4\u6d41,\u6307\u6807\u516c\u5f0f,\u7092\u80a1\u4e66\u7c4d,\u5206\u6790\u5bb6\u516c\u5f0f\u7f51,\u80a1\u65c1\u7f51,\u80a1\u7968\u914d\u8d44\u3002<\/p>\n<\/blockquote>\n<blockquote style=\"font-size:15px;background-color: #F5F5F5;border:none;padding: 5px;margin:15px;line-height: 1.6;text-indent: 2em;\">\n<p style=\"margin-bottom:5px;\">\u901a\u8fbe\u4fe1\u4e3b\u529b\u8fdb\u573a\u8f68\u8ff9\u6307\u6807\u516c\u5f0f<\/p>\n<p>\u901a\u8fbe\u4fe1\u4e3b\u529b\u8fdb\u573a\u8f68\u8ff9\u6307\u6807\u516c\u5f0f<\/p>\n<\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>\u901a\u8fbe\u4fe1\u4e8e\u6c0fK\u7ebf\u6218\u6cd5\u4e3b\u56fe\u6307\u6807\u516c\u5f0f<\/p>\n","protected":false},"author":7,"featured_media":101750,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[139],"tags":[140],"class_list":["post-101749","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tdxgs","tag-140"],"_links":{"self":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/101749","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=101749"}],"version-history":[{"count":0,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/posts\/101749\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=\/wp\/v2\/media\/101750"}],"wp:attachment":[{"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=101749"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=101749"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lixiangluntan.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=101749"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}