博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
read url c#
阅读量:5033 次
发布时间:2019-06-12

本文共 327 字,大约阅读时间需要 1 分钟。

 

using System.Net;using System.Windows.Forms;string url = "http://www.com";string result = null;try{    WebClient client = new WebClient();    result = client.DownloadString( url );}catch (Exception ex){    // handle error    MessageBox.Show( ex.Message );}

转载于:https://www.cnblogs.com/greencolor/archive/2011/05/11/2042778.html

你可能感兴趣的文章
我对你的期望有点过了
查看>>
微信小程序wx:key以及wx:key=" *this"详解:
查看>>
下拉框比较符
查看>>
2.2.5 因子的使用
查看>>
css选择器
查看>>
photoplus
查看>>
Python 拓展之推导式
查看>>
[Leetcode] DP-- 474. Ones and Zeroes
查看>>
80X86寄存器详解<转载>
查看>>
c# aop讲解
查看>>
iterable与iterator
查看>>
返回顶部(动画)
查看>>
webpack+react+antd 单页面应用实例
查看>>
Confluence 6 SQL Server 数据库驱动修改
查看>>
Confluence 6 通过 SSL 或 HTTPS 运行 - 备注和问题解决
查看>>
【47.76%】【Round #380B】Spotlights
查看>>
Git(使用码云)
查看>>
分享Java web 开发必游之路
查看>>
IIS初始化(预加载),解决第一次访问慢,程序池被回收问题(转载)
查看>>
Bean的Scope
查看>>