请问有什么办法可以再前端页面进行点击操作时修改指定单元格的背景色啊
JS实现鼠标点击行变色-https://help.fanruan.com/finereport/doc-view-1201.html
点击超链改变单元格/行背景色-https://help.fanruan.com/finereport/doc-view-2826.html
指定单元格可以用 $("td[id^=A3-]").css("background-color","red");