There are currently two ways to obtain stock data:
1. /list=sh601006
This url will return a string of text, for example:
var hq_str_sh601006="Daqin Railway, 27.55, 27.25, 26.91, 27.55, 26.20, 26.91, 26.92,
22114263, 589824680, 4695, 26.91, 57590, 2 6.90, 14700, 26.89 , 14300,
26.88, 15100, 26.87, 3100, 26.92, 8900, 26.93, 14230, 26.94, 25150, 26.95, 15220, 26.96, 2008-01-11, 15:05:3 2";< /p>
This string is spliced ??together by a lot of data. Data with different meanings are separated by commas. According to the programmer's thinking, the sequence number starts from 0.
blogs.com/luluping/archive/2010/11/15/1877817.html