尝试实现 amp-list,它适用于示例 json 文件,但是当我尝试从启用 HTTPS 和 CORS 的上游 api 获取数据时抛出错误 400
<amp-list width="auto" height="100" layout="fixed-height" src="URL"> <template type="amp-mustache" id="amp-template-id"> <div><a href="{{hosted_url}}">{{title}}</a></div> </template> </amp-list>