Sending JSONP vs. JSON data?

后端 未结 2 1448
清歌不尽
清歌不尽 2020-12-03 11:56

I am making a web service that needs to return data in JSONP format. I am using the JSON taglib for JSP, and I thought all that had to be added were parenthesis, but I canno

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 12:16

    I added one example to address Cross Domain JSONP ( Json with padding ) with Jquery and Servlet or JAX-WS webservice.

    Please check this article.
    http://reddymails.blogspot.com/2012/05/solving-cross-domain-problem-using.html

提交回复
热议问题