摘要: 1 public class SinaoAuth 2 { 3 string APIHost = ""; 4 public SinaoAuth() 5 { 6 APIHost = SinaConfig.Sina_Host; 7 } 8 9 #region 绑定微博帐号 10 /// <summary> 11 /// 绑定微博帐号 12 /// </summary> 13 /// <param nam... 阅读全文
posted @ 2012-04-11 14:57 行者,无疆 阅读(2721) 评论(7) 推荐(0) 编辑