实际上在我的.asmx webservice中,我使用Context.Response.Write打印数据。像这样:
Context.Response.ContentType = "application/json; charset=utf-8";
Context.Response.Write(@" {""Status"":""true"",""RefferalCode"" : """ + RefferalCode + @"""}");
但在我的wcf服务中如何打印上述格式的数据。