转换的最佳方式是什么:
['a','b','c']
至:
{ 0: 'a', 1: 'b', 2: 'c' }
javascript arrays object node.js
arrays ×1
javascript ×1
node.js ×1
object ×1