如何获取在 Amp 列表中使用 Mustache 呈现的每个项目的索引?这是我的 html 示例:
<amp-list id=""
layout="fixed-height"
height="130"
binding="no"
items="."
single-item="."
src="https://api.myjson.com/bins/6jjqc">
<template type="amp-mustache">
<amp-carousel carousel-preview"
width="auto"
height="130"
layout="fixed-height"
type="carousel">
<a on="tap:carousel-with-carousel-preview.goToSlide(index={{@index}})" class="dayweek">{{day}}</a>
</amp-carousel>
</template>
</amp-list>
我使用过 {{@index}} 但由于此 HTML 在 C# 中呈现,C# 认为 @index 是一个变量并发送错误