会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
袁战学
博客园
首页
新随笔
联系
订阅
管理
2013年7月24日
C# 实现对微博短网址的重定向还原
摘要: 新浪微博中,为了节省输入字数,通过短网址对发布微博中链接进行重定向。我们可以通过代码实现对短网址进行还原,代码如下: private string GetOrignalLink(string link) { using (WebClient client = new MyWebClient()) { client.Headers.Add("Referer", link); Stream stream = null; try ...
阅读全文
posted @ 2013-07-24 09:46 悟远
阅读(700)
评论(0)
推荐(1)
编辑
公告