string path = file.Directory + "//" + file.Name; XDocument doc = XDocument.Load(path); doc.Root.Element("b").Add(newElement); doc.
確定! 回上一頁