.net 提交json包含HTML
js对HTML编码
后台属性解码
//答案具体 public partial class ExamAnswer { private string _ksda = ""; lms.eCell.BLL.PageBase p = new lms.eCell.BLL.PageBase(); public int KstID { get; set; } public string Ksda { get{return p.Server.UrlDecode(_ksda);} set { _ksda = value; } } public decimal Ksdf { get; set; } }