摘要:
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Data.EntityClient; using System.Data.Objects 阅读全文
摘要:
//删除为空的json var y for (var x in data) { y = data[x] if (y instanceof Object) y = trim_nulls(y) if ( y 'null' || y null || y '' || typeof y 'undefined' 阅读全文
摘要:
public ActionResult AutoCompleteFromHistory() var m_JsonData = new { query = value, suggestions = list, data = new string[] { } }; return Json(m_JsonD 阅读全文