标签: java ajax web
我想知道如何通过AJAX调用Java方法或Java类 ie xmlhttp.open("GET",url,true);我应该用什么代码来代替URL,它应该调用我的查询编写的特定Java方法
xmlhttp.open("GET",url,true);