fvs能获取当前页面 在fr设计器里面报表所在位置的路径吗?
var str1 = window.location.href;
var num1 = str1.indexOf("=")+1;
var num2 = str1.indexOf("&");
var val1 = str1.slice(num1, num2);
window.alert(decodeURIComponent(val1.replace(/%25/g, "%")));
暂无FVS的说明
建议咨询官方技术支持https://service.fanruan.com/support
----------------
普通报表和决策报表参考
系统参数 https://help.fanruan.com/finereport/doc-view-250.html