To create a new element to be inserted at the end of a parent node, first use createElement to create it and then appendChild() for the newly-created element.
確定! 回上一頁