document.children; // HTMLCollection, usually containing an <html> element, the document's only child document.childElementCount; // 1 ...
確定! 回上一頁