标签: flutter dart
我有一个问题,我想通过使用sharedpreferences保存动态列表,但是只能使用setstringlist方法。 例如,如果我有一个列表[['a',['b','c']],['d',['e','f']]],如何保存它?