@foreach (var item in Model)
<li><input type="text" id="wzid" value="@item.ArticleID" /></li>
id='wzid' 改为class='wzid'呢