07 2018 档案

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