Arnaud: Already showed that solution
On Wed, Nov 30, 2011 at 6:09 PM, Arnaud Delobelle <[email protected]> wrote: > > On Nov 30, 2011 6:21 AM, "郭军权" <[email protected]> wrote: >> >> Good after >> I have a string liststr = '["aaaa","bbbb","ccc"]' ,and I need convert >> it to a list like list = ["aaaa","bbbb","ccc"],what can id do? >> Thanks. >> > > Look up the json module. > > -- > Arnaud > > > -- > http://mail.python.org/mailman/listinfo/python-list > -- http://mail.python.org/mailman/listinfo/python-list
