目前會用下列程式找出所有商品+圖片+購買者(一次只抓5筆秀出) var query = (from b in db.DbItems.Include("picList").Include("buyerList")
確定! 回上一頁