https://bbs.fanruan.com/wenda/question/104929.html 在上边这个帖子中,snrtuemc大神给出了一些写法,但大神给出的方案好像不适合按钮。请问如果我的控件是按钮,应该如何修改修正呢?var location = this.options.location; //获取当前控件的位置var cr = FR.cellStr2ColumnRow(location);var col = cr.col; //列号var ro = cr.row; //行号var b = FR.columnRow2CellStr({col: col, row: ro}); //获取当前单元格/*后边这两句,执行起来无效果*/$("td").css("color","red");//颜色$("td").css("font-size", "25px");//大小