https://api.vkontakte.ru/method/likes.g ... &item_id=2" rel="nofollow
получаю ответ
Код: Выделить всё
{"response":{"count":8,"users":[8319127,67620557,113217531,156167236,196334972,66112271,200106461,106748243]}}Подскажите пожалуйста.
Код: Выделить всё
{"response":{"count":8,"users":[8319127,67620557,113217531,156167236,196334972,66112271,200106461,106748243]}}Код: Выделить всё
for(i = 0; i < data.response.length; i++){ if( data.response[i].users == 8319127) { ... } else { ... }}