标签: javascript arrays object
从Javascript转换对象的最快方法是什么?
var test = {0:"obj 0", 1:"obj 1" 5:"obj 5"}
为:
["obj 0", "obj 1", "", "", "", "obj 5"]