标签: javascript
通过使用javascript作为输入想要b作为输出,
input: var a = {"xyz", "abc", "123"}; output: [{name: "123"}, {name: "abc"}, {name: "123"}];