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.
现在看起来应该知道访问传递集合中的值的可用键。有时这很不方便,例如当 SilverLight 动态构造对象时?
到目前为止,我找不到任何直接的解决方法。
使用UnderscoreJS对您获得的值进行迭代(以及更多的事情)。
您可以使用_.keys(myvar)来获取该对象的键。
_.keys(myvar)