compare.forEach((cp: any) => { console.log(cp) let svg = d3.select(`.CorpusCompare .tab${cp.idx}`).insert('svg') .attr('width', '100%') .attr('height', ...
確定! 回上一頁