问题描述
以下我在后台绑定的页面标签BLL.Rw_Rc_TiKublltk=newBLL.Rw_Rc_TiKu();Model.Rw_Rc_TiKumotiku=newModel.Rw_Rc_TiKu();BLL.Rw_WenJuanbllwj=newBLL.Rw_WenJuan();Model.Rw_WenJuanwj=bllwj.GetModel(WjId);stringTkId=wj.ShiTiGroup;TkId=TkId.Trim(',').Trim();varTk=TkId.Split(',');sb.Append("<div><table>");for(inti=0;i<Tk.Length;i++){GuidId=Guid.Parse(Tk[i]);motiku=blltk.GetModel(Id);sb.Append("<tr><tdcolspan="2">"+(i+1)+":"+motiku.Title+"</td></tr>");stringcontent=motiku.Content;char[]separators={'$','*'};content=content.Trim().Trim(separators);varchoise=content.Split(separators,StringSplitOptions.RemoveEmptyEntries);for(intj=0;j<choise.Length;j++){if(motiku.Type==3){sb.Append("<tr><tdcolspan="2"><inputname="txtanswer"id="txtanswer"style="width:200px;height:25px"/></td></tr>");}else{sb.Append("<tr><td><inputid=""+motiku.IndexId+j+""style="width:20px;"type="checkbox"/></td><td><lablename=""+motiku.IndexId+j+"">"+choise[j]+"</lable></td></tr>");}}}sb.Append("</table></div>");stringStr=sb.ToString();returnStr;但是绑定出来之后,我又要在controller里面获取view里面的值,我该怎么获取呢