Page_Load vacío privado (remitente del objeto, System.EventArgs e)
{
WebRequest wreq=WebRequest.Create(" http://weather.yahoo.com/forecast/CHXX0133_c.html ");
HttpWebResponse wresp=(HttpWebResponse)wreq.GetResponse();
cadena HTML="";
Corriente s=wresp.GetResponseStream();
StreamReader objReader = new StreamReader(s,System.Text.Encoding.GetEncoding("GB2312"));
cadena sLine = "";
int yo = 0;
mientras (sLine! = nulo)
{
yo ++;
sLine = objReader.ReadLine();
si (sLine! = nulo)
HTML += sLine;
}
Temperatura de cadena = "";
int inicio, parada;
// string aa="
string aa="
Hoy | ";
---|
this.Weather2.Text=temp;
string cc="
int bb=temp.IndexOf("
this.Weather2.Text=temp.Substring(aa1, bb - aa1).ToString();
string ee="
int aa2 =temp.IndexOf(ee,0,temp.Longitud);
int bb1=temp.IndexOf("",aa2);
this.Label1.Text=temp.Substring(aa2, bb1 - aa2).ToString();
// 在此处放置用户代码以初始化页面
}