C# 4.0 WCF服务中的谷歌财务数据

C# 4.0 WCF服务中的谷歌财务数据,c#-4.0,C# 4.0,我制作了C#WCF服务,它使用'中的数据 这里的“俏皮”可以用其他公司符号代替。它提供JSON格式的数据,如下所示: "// [ { "id": "4899364" ,"t" : "20MICRONS" ,"e" : "NSE" ,"l" : "31.60" ,"l_fix" : "31.60" ,"l_cur" : "Rs.31.60" ,"s": "0" ,"ltt":"3:22PM GMT+5:30" ,"lt" : "Aug 11, 3:22PM GMT+5:30" ,"lt_dts"

我制作了C#WCF服务,它使用'中的数据

这里的“俏皮”可以用其他公司符号代替。它提供JSON格式的数据,如下所示:

"// [ { "id": "4899364" ,"t" : "20MICRONS" ,"e" : "NSE" ,"l" : "31.60" ,"l_fix" : "31.60" ,"l_cur" : "Rs.31.60" ,"s": "0" ,"ltt":"3:22PM GMT+5:30" ,"lt" : "Aug 11, 3:22PM GMT+5:30" ,"lt_dts" : "2014-08-11T15:22:34Z" ,"c" : "+0.50" ,"c_fix" : "0.50" ,"cp" : "1.61" ,"cp_fix" : "1.61" ,"ccol" : "chg" ,"pcls_fix" : "31.1" } ] ". 
我在C#list中获取此输出,并将此C#list返回给使用此web服务的程序。在程序中得到这个列表后,我将该列表转换为数据表以供进一步使用

但有时它会提供数据作为参考

`"<!DOCTYPE html><html><head><script>(function(){(function(){function e(a){this.t={};this.tick=function(a,c,b){var d=void 0!=b?b:(new Date).getTime();this.t[a]=[d,c];if(void 0==b)try{window.console.timeStamp.............".` 
`“(function(){(function(){function e(a){this.t={};this.tick=function(a,c,b){var d=void 0!=b?b:(新日期).getTime();this.t[a]=[d,c];if(void 0==b)试试{window.console.timeStamp………”
有人能发现谷歌金融输出的这种行为吗