var temp=cartString==null?[]:json.decode(cartString.toString());
//? ? 轉換為list形式
? ? List tempList=(tempas? as List).cast();
//? ? 轉化為字符串
? ? cartString=json.encode(tempList).toString();
var temp=cartString==null?[]:json.decode(cartString.toString());
//? ? 轉換為list形式
? ? List tempList=(tempas? as List).cast();
//? ? 轉化為字符串
? ? cartString=json.encode(tempList).toString();