首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
读写XML
using System;using System.Xml;using System.Windows.Forms; namespace HVS.Common{ public class ReadXML { public static string GetXMLValueToString(string AppKey) { try { XmlDocument xDoc = new XmlDocument(); xDoc.Load(Applicati...
2008-04-11 13:33 |
阅读 2034 次
|
评论 0 条
heyu52的博客
heyu52
浏览25384次
文章分类
默认分类(0)
系统菜单(1)
组件(2)
XML(1)
高级编程(2)
常用(3)
ORM(1)
文章归档
2008年06月(1)
2008年04月(9)
最新评论
vfdff
:没有看懂 什么语言