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.
我正在使用 raphael.s 库在画布上绘制一些形状。我在集合中组合了不同的元素。我想知道如何在 raphael 的集合上使用 for 循环检索这些元素。
Jadkik94 的建议更好——使用set.forEach()更有可能与 Raphael 的未来版本向前兼容。