Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. var hq_str_sh601006= "大秦铁路,13.13,12.87,13.37,13.77,12.95,13.38,13.39,356310317,4776670723,1630,13.38,21200,13.37,62186,13.36,104760,13.35,152300,13.34,71700,13.39,55056,13.40,24100,13.41,39400,13.42,22366,13.43,2015-04-17,15:03:06,00";"
  2.  
  3. Import["http://hq.sinajs.cn/list=sh601006"]
  4.  
  5. Import["http://hq.sinajs.cn/list=sh601006", "HTML"]
  6.  
  7. Import["http://hq.sinajs.cn/list=sh601006", "HTML"]
  8. (* "var hq_str_sh601006="`óÇØÌú·,13.13,12.87,13.37,13.77,12.95,13.38,[...];" *)
  9.  
  10. Grid@URLFetch["http://hq.sinajs.cn/list=sh601006", "Headers"]
  11.  
  12. Cache-Control no-cache
  13. Content-Length 239
  14. Connection Keep-Alive
  15. Content-Type application/x-javascript; charset=GBK
  16.  
  17. Grid[Table[{e,
  18. Import["http://hq.sinajs.cn/list=sh601006", "Text",
  19. CharacterEncoding -> e]}, {e, $CharacterEncodings}]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement