var flow[];Jquery怎么写,才能得到ashx里的数据。
C#
context.Response.Write(String.Join(",",yourarray);
js
success:function(data){ arr=data.split(','); }