- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
快速问题:是否可以动态加载内容,例如
<amp-twitter
data-tweetid="611193269532295168"
layout="responsive">
AJAX
成
AMP
文章?
最佳答案
AFAIK,这是不可能的,但 AMP - LIVE-UPDATING AMPS
a new AMP component that updates page content dynamically without additional navigation or reload: readers looking at an earlier version of the page will simply see new updates as they come in.
The amp-live-list component adds support for publishing live updates to AMP pages as new content becomes available in the source document. This works great for implementing live blogs.
In other words, the AMP runtime will poll the server for updates to the origin document, fetching itself. The server can returns the entire AMP page or parts of it, and the runtime updates the page in-place seamlessly.
关于ajax - AJAX 是否可以在 AMP 中加载嵌入?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40682349/
我是一名优秀的程序员,十分优秀!