Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到在我的代码中我使用了 .Length 和 .length (用于数组)。我现在在某些语言中,这不起作用。这里发生了什么?这些东西不区分大小写吗?
JavaScript 区分大小写。可能的一件事是有人在您的代码库中向 Array 的原型添加了一个名为 Length 的属性。