标签: jquery json
我如何从jQuery获取此JSON并进行迭代?我试过这个:
dplyr
但我收到$.post( 'https://ubuntu-mate.org/apps.json', function( data ) { console.log(data); }); 错误。但是,如果您从浏览器访问,则可以访问它。
$.post( 'https://ubuntu-mate.org/apps.json', function( data ) { console.log(data); });
提前致谢!