Sender OnLine


Simple
Complex
Super Complex
Customize
send one json of above (with 'jsonStr' as key)to url GET POST

 

attention:

1 the third json data is too long,please send it with Post Method

2 if you use jsp: please do as this if data contains Chinese Data

Java code:
  1. String json = request.getParameter('jsonStr');
  2. json = URLDecoder.decode(json,'UTF-8');
  3. System.out.print(json);