诶?就好了?
class Doc{
String str;
double number;
}
Doc myDoc = Doc();
List myList = [];
myList.add(myDoc);
print("${myList.toString()}");
丢个random图在这
class Doc{
String str;
double number;
}
Doc myDoc = Doc();
List myList = [];
myList.add(myDoc);
print("${myList.toString()}");
丢个random图在这