DocumentFragment也是DOM node,但它不是真的存在DOM tree中,它只存在記憶體中,可以說它是虛擬的DOM,我們可以利用它先把要建立的node append到DocumentFragment中, ...
確定! 回上一頁