国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

ASP.net(c#)打造24小時天氣預報及實時天氣

2024-07-10 12:40:29
字體:
來源:轉載
供稿:網友
本文詳細介紹關于ASP.NET的實時天氣及24小時天氣預報
修改其中的url獲得其他城市的天氣情況的文章專題。


ASP.NET的實時天氣及24小時天氣預報(C#) 
修改其中的url獲得其他城市的天氣情況 
如廣州為: 
http://weather.yahoo.com
/forecast/CHXX0037_c.html 
注意僅適用于獲得yahoo上的天氣預報 
GetWeather.aspx 
-----------------------------------  

代碼如下:<%@ Page language="c#" Codebehind="GetWeather.aspx.cs" AutoEventWireup="false" Inherits="test.GetWeather" %>  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >  
<HTML>  
<HEAD>  
<title>GetWeather</title>  
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">  
<meta name="CODE_LANGUAGE" Content="C#">  
<meta name="vs_defaultClientScript" content="JavaScript">  
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">  
</HEAD>  
<body>  
<form id="GetWeather" method="post" runat="server">  
<FONT face="宋體">  
<P>  
<asp:Label id="lblWeather" runat="server">Weather</asp:Label></P>  
<P>  
<asp:Button id="btnGet" runat="server" Text="Get Weather"> 
</asp:Button></P>  
<P>  
<asp:Label id="Weather2" runat="server">24小時天氣</asp:Label></P>  
<P>  
<asp:Button id="btnGet2" runat="server" Text="天氣預報"> 
</asp:Button></P>  
</FONT>  
</form>  
</body>  
</HTML>
getWeather.aspx.cs 
--------------------------------------- 

代碼如下:using System;  
using System.Collections;  
using System.ComponentModel;  
using System.Data;  
using System.Drawing;  
using System.Web;  
using System.Web.SessionState;  
using System.Web.UI;  
using System.Web.UI.WebControls;  
using System.Web.UI.HtmlControls;  
using System.Net;  
using System.IO;  

namespace test  
{  

public class GetWeather : System.Web.UI.Page  
{  
protected System.Web.UI.WebControls.Label lblWeather;  
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 广汉市| 班戈县| 通海县| 赤城县| 乌苏市| 普格县| 公安县| 山丹县| 钟祥市| 都江堰市| 徐汇区| 彭山县| 柯坪县| 河南省| 云梦县| 桂东县| 崇州市| 瑞安市| 九寨沟县| 垣曲县| 白河县| 长寿区| 德兴市| 阳曲县| 剑阁县| 鄯善县| 鄄城县| 老河口市| 乌恰县| 名山县| 安陆市| 济南市| 宁阳县| 东宁县| 彭水| 威海市| 许昌县| 普宁市| 宝鸡市| 边坝县| 蒲江县|