赞
踩
[HttpPost] public HttpResponseMessage Upload() { string json = "{\"result\":\"true\"}"; return new HttpResponseMessage { Content = new StringContent(json, System.Text.Encoding.UTF8, "application/json") }; }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。