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.
我想知道在 jquery 中定义的数组是否与在 javascript 中定义的数组有所不同?像“他们可以存储的元素”的类型等等......
jQuery 是一个 JavaScript 库,而不是另一种编程语言。它不提供自定义数组类型。