类似execl,当前页面能否有颜色
eq(1)就是第二个工作表的颜色,你自己改数字和颜色
setTimeout(function() {
$('.fr-sheetbutton-container').eq(1).css('color', 'red');
},300)