我希望能够显示来自嵌入在 html 网页上的 atom 提要的信息。我认为这可能与 HTML5<embed>
标签是可能的,例如:
<object data="https://github.com/cboettig.atom" width="200" height="200">
<embed src="https://github.com/cboettig.atom" width="200" height="200"> </embed>
Loading...
</object>
但没有运气。有什么建议么?这可以在没有一些额外的 javascript的情况下完成吗?