this way
const myTable = document.body.appendChild(document.createElement('table'))
document.querySelectorAll('.class-name').forEach( status => {
let newRow = myTable.insertRow()
newRow.insertCell().textContent = status.textContent
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…