1
嘗試使用鬍子從JSON COR文件調用圖像到放大器傳送帶。這應該很容易工作,但有一些問題。使用帶放大鬍子模板的放大器傳送帶
<amp-list width=auto
height=auto
layout=fixed-height
src="carousel.json">
<template type="amp-mustache" id="amp-template-id">
<li>
<amp-carousel width="400"
height="244"
layout="fixed"
type="slides"
autoplay
delay="4000">
<amp-img width="400"
height="244"
layout="fixed"
src="{{src}}"></amp-img>
</amp-carousel>
</li>
</template>
<div overflow
role=button
aria-label="Show more"
class="list-overflow">
Show more
</div>
</amp-list>
什麼問題?描述哪些工作不符合預期。 –