<\/code> 添加或移除 dark-mode<\/code> 類即可生效。<\/p>

JavaScript 操作也很簡單:<\/p>

document.body.classList.toggle('dark-mode');<\/pre>