var newpwd=contentPane.getCellValue(2, 6);var r="<span style='color:rgb(0,255,0);font-size:20px;font-family:宋体;'><strong>√</strong></span>";var w="<span style='color:rgb(255,0,0);font-size:20px;font-family:宋体;'><strong>×</strong></span>"if(this.getValue()==newpwd){ contentPane.setCellValue(7, 8, r);}else{ contentPane.setCellValue(7, 8, w);}设置密码时,在编辑结束事件里,如果两次密码一致,就显示对号,如果不一致,显示错号,想设置好看一点的样式但是上述代码似乎翻译不过来我设置了单元格的HTML显示也不行把cpt放上来修改密码.cpt为什么移动端浏览没问题,PC端不行