Flickr API

Flickr Viewerを作ってるときに jkl-parsexmlでどう展開されたかが分からなくてこんなんで調べました。一応メモということで…。

var d = "";
for (var prop in data["rsp"]["photo"]["urls"]["url"]) {
  d += prop;
}
alert(d);
This entry was posted in Javascript. Bookmark the permalink.

コメントをどうぞ

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>