persistentDataPath + "/" + fileName; // Save try { File.WriteAllBytes(filePath, serizliedData); } catch (System.Exception e) { // TODO: Handle exception } ...
確定! 回上一頁