ASP.NET MVC 微博網站--獲取關注的人的微博和我的微博

總代碼如下: public ActionResult GetNoticeBC() { GDCPSIMEntities dc = new GDCPSIMEntities(); dc.Configuration.ProxyCreationEnabled = false; int uid = (int)Session["UId"]; //關注的人的微博 var l
相關文章
相關標籤/搜索