var ServiceFeatures = escape(editor.html());$.ajax({url: "/XXX/XXXX",data: { id: ServiceFeatures},type: "post",dataType: "json",success: function (res) {if (res.isOk) {queryCostRecord();}},error: function (res) {}});