Convert string array representation back to an array

后端 未结 3 1984
心在旅途
心在旅途 2020-11-27 22:03

I have a string representation of an array:

\'[\"item1\", \"item2\", \"item3\"]\'

I\'m trying to convert this back to an array.

Any

3条回答
提交回复
热议问题