var myDoc = XDocument.Load(C:\\mydoc.xml) myDoc.Descendants(myNode).Attributes(id).Remove();
確定! 回上一頁