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.
JsonAPIプラグインを使用してWordpressからデータを取得しています。以下を使用して、添付ファイルの配列を正常に取得しています。
var myImage=myJSON[j].attachments;
しかし、それは私に全体の配列を与えます。その配列内からサムネイル画像だけを取得するにはどうすればよいですか?