前端代码:

encodeURI(encodeURI(currentPoint))

后端代码:

  1. currentPoint = java.net.URLDecoder.decode(currentPoint, "UTF-8");
  2. currentPoint = java.net.URLDecoder.decode(currentPoint, "UTF-8");

相关文章: