后端返回的数据为String类型areaList=" [{'county'='Asia', 'city'='Beijing,Hanzhou'},{'county'='Europe', 'city'='London,Paris,Marseille,Lyo'}]"
想将此字符串类型转变为二位数组
[['Asia','Beijing'],['Asia','Hanzhou'], ['Europe', 'London'],['Europe', 'Paris' ],['Europe', 'Marseille'],
['Europe', 'Lyon']]