...
1、js编码encodeURI(encodeURI(URL)),对于上述地址,编码后的url为:
http://localhost:8080/smartbi/vision/openresource.jsp?paramsInfo=[{%22name%22:%22%E4%BA%A7%E5%93%81%E5%90%8D%E7%A7%B0%E5%8F%82%E6%95%B0%22,%22value%22:%22%E6%B1%BD%E6%B0%B4%22,%22displayValue%22:%22%E6%B1%BD%E6%B0%B4%22}]&resid=I4028812115561f6c0144956d0aa20117&showtoolbar=true&refresh=true&user=admin&password=admin
2、对于参数中没有中文参数名、参数显示值和真实值都没有中文的情况,可以将链接中的双引号改为单引号,但前提条件是不能有任何中文出现在url中:如:
http://localhost:8080/smartbi/vision/openresource.jsp?paramsInfo=[{'name':'catalogName','value':'111','displayValue':'111'}]&resid=I4028812115561f6c0144956d0aa20117&showtoolbar=true&refresh=true&user=admin&password=admin
Viewtracker |
---|