changing multiple lists of strings in to lists of integers

前端 未结 0 1300
迷失自我
迷失自我 2020-11-29 04:47

I have this

[\'2\',\'3\']
[\'4\', \'5\']
[\'6\', \'7\']

I want this

[2,3]
[4,5]
[6,7]

This is what I have:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题