一.webapi 1.在webapiconfig中移除xml的返回格式,返回格式就自动使用Json格式 config.Formatters.Remove(config.Formatters.XmlFormatter); using System; using System.Collections.Generic; using System.Linq; using System.Web.Http; namespace WebApplication2 { public static class We…