var URL = "http://api.instagram.com/oembed?url=http://instagram.com/p/BUG/"; $(document).ready(function () { $.ajax({ url: URL, dataType: "jsonp", ...
確定! 回上一頁