Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在jsp中创建以下字符串响应
[[[1,2,3,4],[5,6,7,8]],[[9,10,11,12],[13,14,15,16]]]
并在 jquery 中获得此响应,
但我把它当作一维数组,我只需要这样的数组
使响应json编码,然后使用
var obj = jQuery.parseJSON(response);