代码改变世界

随笔档案-2019年11月

C#调用新浪微博API

2019-11-11 11:43 by Jerry柯, 635 阅读, 收藏,
摘要: WebRequest wq = WebRequest.Create(this.address); HttpWebRequest hq = wq as HttpWebRequest; string username = "keguangqiang@163.com"; string password =... 阅读全文
123