var str = userPlayList[0][i].jsoncontent;. 拿全部的话,循环读取就好了. 如果你要把里面内容再变成json格式的,可以用JSON.parse(str);.
確定! 回上一頁