List list = 'xxx'.codeUnits; Uint8List bytes = Uint8List.fromList(list); String string = String.fromCharCodes(bytes);
確定! 回上一頁