2008年3月4日
摘要: XMLDocument1.Active:=false; XMLDocument1.LoadFromFile(ExtractFilePath(Application.ExeName)+'*.xml'); XMLDocument1.Active:=true; Root:=XMLDocument1.DocumentElement; Node:=Root.ChildNodes.First; w... 阅读全文
posted @ 2008-03-04 09:38 BROTHER 阅读(324) 评论(0) 推荐(0)