在这里我们还有一些段落,通过使用java,restful service,tomcat,eclipse,..
点击 [here] http://javatechig.com/api/get_category_posts/?dev=1&slug=android
他在Restful webservice中使用Java,tomcat,eclipse调用了大量的Json数据...... 因此,我有一些JSON数据,我想使用java eclipse tomat
在localhost中调用它如果您的链接被滥用,对不起作者,... 但是工作不止于此 谢谢有人请帮帮我,..
答案 0 :(得分:0)
您可以使用JQuery ajax进行json请愿。
$.ajax({
url: 'http://javatechig.com/api/get_category_posts/?dev=1&slug=android',
dataType: "json",
success: function( data ) {
response(data);
}
});
响应(..)功能是您解析该信息并随意使用的地方。