byte[] file = Convert.FromBase64String(note.GetAttributeValue<string>("documentbody")); fs.WriteAsync(file, 0, file.Length); fs.Flush();
確定! 回上一頁