最佳答案
如果我有这样一个物体:
{ 'a' : 'apple', 'b' : 'banana', 'c' : 'carrot' }
如果我事先不知道列表上升到‘ c’,除了循环遍历对象,有没有办法得到对象中的最后一项(例如 'carrot'
) ?