疾速處理owin前往json字符串多帶了雙引號"多了重string本義字符串。本站提示廣大學習愛好者:(疾速處理owin前往json字符串多帶了雙引號"多了重string本義字符串)文章只能為提供參考,不一定能成為您想要的結果。以下是疾速處理owin前往json字符串多帶了雙引號"多了重string本義字符串正文
處理辦法:
[HttpGet] public HttpResponseMessage getsystemtime() { cltime time = new cltime(); time.datetime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"); string relsut = JsonConvert.SerializeObject(time); var resp = new HttpResponseMessage { Content = new StringContent(relsut, System.Text.Encoding.UTF8, "application/json") }; return resp; }
以上這篇疾速處理owin前往json字符串多帶了雙引號"多了重string本義字符串就是小編分享給年夜家的全體內容了,願望能給年夜家一個參考,也願望年夜家多多支撐。