最近在学习jQuery ajax json传数据,其实就是一个jsp页面向servlet请求数据 其中有关ajax代码如下: $(document).ready(function () {$("#bt4").click(function () {$.get("/LearningWork……