简体   繁体   中英

How to use list of User_Id's from Twitter API?

I'm trying to make the list into an array I can use to then do other stuff with the data. But it itself seems to be some other form of collected data, with an intro text "{ ids: " and commas separating everything. So when I try to make an array of it, it all just gets put into the first index, making it unusable.

How do I make this list into an array?

I figured it out. Thanks everyone for contributing. It's Javascript. and for JSON, it's split into parts, like: data.ids[0]

(and ids is an array)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM