To clear the contents of a div element, set the element's textContent property to an empty string, e.g. div.textContent = '' . Setting ...
確定! 回上一頁