这个Request.JSON
http://mootools.net/demos/?demo=Request.JSON以这样的方式使用 JSON 数据,
var data = {"previews":[
{"Countrycode":"us", "src":"us.jpg", "description":"desc will be here"},
{"Countrycode":"uk", "src":"uk.jpg", "description":"desc will be here"},
]};
在上面的方法中,我们使用Countrycode
&images
通过写我们自己的每个图像的名称。
我正在寻找一种Geonames
通过http://api.geonames.org/export/geonamesData.js?username=orakzai检索Countrycode
和CountryFlags
通过http://www.geonames.org/flags/x/xx.gif使用的方法其中 xx 是 2 个字母的 ISO 国家代码