Change .text to .textContent to get/set the text content. Or since you're dealing with a single text node, use .firstChild.data in the same ...
確定! 回上一頁