1
2
var a = [ "種子" ]
var b = a.map((name, index) => [ (index + 1).toString().padStart(3, '0'), name ] )