在线等天气预报代码.asp>>>c# 代码
Set objXMLHTTP = Server.CreateObject("MSXML2.XMLHTTP")URL = "http://php.weather.sina.com.cn/xml.php?city=北京&password=DJOYnieT8234jlsK&day=0"
objXmlHttp.open "GET",URL,false
objXmlHttp.send()
response.write (objXmlHttp.responseText)
转换成c#代码。请达人赐教!! --------------------编程问答-------------------- UP --------------------编程问答-------------------- ?
--------------------编程问答-------------------- 使用web services
http://www.webxml.com.cn/WebServices/WeatherWebService.asmx
http://topic.csdn.net/u/20090109/11/86d790f6-1093-426b-ae48-92ccd98dcd15.html --------------------编程问答-------------------- mark
--------------------编程问答-------------------- 回复三楼,必须是我说的那个新浪地址,其他的不用。
能不能把asp转成c# 谢谢
补充:.NET技术 , ASP.NET