//通过控件获取当前单元格的值 var location = this.options.location;//获取当前控件的位置 var cr = FR.cellStr2ColumnRow(location); var col = cr.col;//列号 var row = cr.row;//行号 var curDate = contentPane.getCellValue(col+(-13),row)); 通过这个方式获取的日期 alert(curDate)弹出的也是[object object] |
最佳回答 |
||||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|