📅  最后修改于: 2022-03-11 15:03:28.887000             🧑  作者: Mango
row = this.props.cells.map(function(cell, i) {
if(cell.URL != null && cell.URL.length > 0){
return {cell.Text} ;
}
else {
return {cell.Text} ;
}
}.bind(this));