let fragment=document.createDocumentFragment(); fragment.innerHTML='<p>test</p>'; console.log(fragment.childElementCount);//0.
確定! 回上一頁