import 'dart:convert'; void main(){ //1.List转为String var list = <String>['a', 'b']; String s = JsonEncoder().convert(list); print(s); //2.
確定! 回上一頁