using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Xml;
public class ReadXmlNews
{
protected string Url = "";
protected int amount;
构造函数
封装字段
查询出XML文件中所有的新闻信息
}
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Xml;
public class ReadXmlNews
{
protected string Url = "";
protected int amount;
构造函数
封装字段
查询出XML文件中所有的新闻信息
}