摘要: ```CSHARP public ActionResult ShowItem(int ID) { var item = this.TermDictionarySvcClient.GetSingleItemByID(ID); return View(item); } ``` 阅读全文
posted @ 2018-07-10 15:27 biubiubiu 阅读(110) 评论(0) 推荐(0) 编辑