给定一个 DOM 元素,如何更改它的值?

更改 innerText 属性的值:

element.innerText = 'x'

要查找该元素,可以结合使用 选择器 API

document.querySelector('#today .total')