//获取当前控件值 var v=this.getValue(); //获取当前行号 var ro = FR.cellStr2ColumnRow(this.options.location).row+1; alert(ro) //判断值 //let num = Number(v); if(!isNaN(num) && v_g().getCell(ro,1).setStyle({ fontSize: 14, color: 'red' }); }————————————————————问了技术支持他说是单元格行号变了,但是我改不明白