Try using json.serialize(encodedData) like this this. List<String> encodedData = new List<String>{'string1','String2'}; blob blob1; ...
確定! 回上一頁