function replaceTitle(title, dataRow) { if (typeof dataRow.data !== 'object') { return `${title} | {${JSON.stringify(dataRow.data)}}`; } // if `dataRow` is ...
確定! 回上一頁