Ajax is unfamiliar and I don't know how the type of DS is defined on the client.
Can you check the case?
Or
ds.table [0] .rows [0] ["city"] Replace it with ds.table [0] .rows [0] [index] and see.
JavaScript generally doesn't seem to use string as the key value.
Not very clear, my DS is taken from the response, that is, var ds = response.value; and ds.Tables [0] .Rows.length can indeed get the number of rows of ds, then I want to get the corresponding field Value, how should the code be written?