未捕获的语法错误:使用 HTMLCollectionOf时出现意外的标识符

发布于 2025-01-11 11:09:37 字数 455 浏览 0 评论 0原文

这是给我错误的行:

var modalList = document.getElementsByClassName("modal") as HTMLCollectionOf<HTMLElement>;

这是基于 此处,但我的页面将有多个模态图像,因此我更改了一些内容。我发现了许多将 .getElementsByClassName 的返回值转换为 HTMLCollectionOf 的示例,这在我的情况下是必要的,因为我稍后将访问某些属性。如果大多数其他示例都有效,为什么这个示例不行呢?我的脚本标签位于正文的底部。

This is the line that gives me the error:

var modalList = document.getElementsByClassName("modal") as HTMLCollectionOf<HTMLElement>;

This was based off a HowTo tutorial found here, but my page will have multiple modal images so I changed a few things. I found many examples of casting the return value of .getElementsByClassName to HTMLCollectionOf<HTMLElement>, which is necessary in my case since I will be accessing some of the properties later. If most other examples work, why won't this one? My script tag is at the bottom of the body.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文