最佳答案
我有一本字典:
var driversCounter = {
"one": 1,
"two": 2,
"three": 3,
"four": 4,
"five": 5
}
现在,我需要在一个下拉列表中显示它。我怎样才能在我的字典中找到所有的键呢?