To create element nodes, you can use the document.createElement method. This method takes a tag name and returns a new empty node of the given type.
確定! 回上一頁