我尝试了几种不同的方法来做到这一点,但我似乎无法获得聚合物来打印html或段落中的行(需要行打破!)。通过json调用提取数据。
<div layout horizontal left>
<story-text storytext="{{ resp[0].body.und[0].value }}"></story-text>
</div>
?
<div layout horizontal left>
<div>{{ resp[0].body.und[0].value }}</div>
</div>
提前感谢!
我几乎放弃了。我找了又找,找到了这个:https://github.com/Juicy/juicy-html是工作!