请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
S1mple丶(uid:780179)
啦啦啦啦啦 职业资格认证:尚未取得认证
  • 自定义JS错误 : Cannot read property 'getValue' of undefined 这个具体什么意思?填报预览 , 时好时坏 对JS绝望了。var identify = _g().getWidgetsByName("p7"); //p7var score = _g().getWidgetsByName("p8");var reason = _g().getWidgetsByName("p3");var demp = "";var ar = "";var br = "";//获取扩展单选按钮组p1的控件对象数组if (identify != undefined) {for (var i = 0; i < identify.length; i++) {if (score.getValue().length == 0) {ar = 0;} else {ar = score.getValue();}if (reason.getValue().length == 0) {br = "无";} else {br = reason.getValue();}demp = demp + identify.getValue() + '&&' + ar + '&&' + br + ",";}}demp = demp.slice(0, demp.length - 1);alert(demp);var type = _g().getWidgetByName("p6").getValue();var temp = {json: demp,type: type,};FR.ajax({url: "http://ycgtest.vaiwan.com/fr_plugin/inserJxkhInfo/insertJxkh",type: "POST",contentType: "application/json;charset=utf-8",dataType: "json",data: JSON.stringify(temp),success: function(data, textStatus) {alert(data.msg);},error: function(XMLHttpRequest, textStatus, errorThrown) {alert("数据传输失败!");},complete: function(XMLHttpRequest, textStatus) {console.log("执行了");}});
  • 如何通过帆软中的AJAX 调用自己本地所写的JAVA接口。$.ajax({url: "http://127.0.0.1:8090/tops_plugin/inserJobInfo",type: 'POST',contentType: "application/json",data: {    "job":6,    "setting":6,    "speed":6,    "errorLimit":6},dataType: 'jsonp',  // 请求方式为jsonpsuccess: function (data, textStatus) { alert("chengg"); },error: function(XMLHttpRequest, textStatus, errorThrown) {alert("失败");},complete: function(XMLHttpRequest, textStatus) {console.log("执行了");}});        
  • https://help.fanruan.com/finereport/doc-view-2100.html 通过此页面实现了扩展值获取存在乱序问题改如何解决呢
  • 我搜索论坛,大家的JS都是._g() 为起始书写JS ,但是每当我使用时,总会报错,自定义JS失败,具体如下图。困扰很久了 ©①②

4

2

4

10

没有更多
个人成就
内容被浏览4,007
加入社区3年180天
返回顶部