请问这种参数有中文的如何处理成不转译,直接aglieName=中文呢
你要看参数直接复制链接去百度 url解码 要解码两次
var REPORT_URL='${servletURL}?viewlet=aa.cpt&op=write'
window.open([(decodeURI(decodeURI(REPORT_URL)))]);
这个在URL网址,默认会转成编码
参考这个试试,编码转换-https://help.fanruan.com/finereport/doc-view-936.html
window.location="http://localhost:8075/webroot/decision/view/report?viewlet=doc/Parameter/DynamicCol/DynamicCol.cpt&col="+encodeURIComponent("中文名称")
URL传递中文https://help.fanruan.com/finereport/doc-view-1137.html?source=4