View中:Test2_Checkboxlist@using MedCrab.Core.Model.APP@{ List tags = ViewBag.Tags; } @{ foreach(var t in tags) { string _checked = "" ...
確定! 回上一頁