looping over a json object array with jquery

前端 未结 3 915
野的像风
野的像风 2020-12-18 12:30

Im trying to loop through a json files\' object array to access its variables\' keys and values and append them to list items using jquery\'s getjson and each.

I th

3条回答
  •  萌比男神i
    2020-12-18 13:11

    The code has multiple syntax errors. Check it on http://www.jslint.com/ for example.

提交回复
热议问题