public ActionResult Add(FormCollection fm)  //通过FormCollection 对象获取表单数据 
{ string message = ""; string desc = ""; bool flag = false; var WritDocName = fm["WritDocName"]; var Time = fm["Time"];

 

相关文章: