append與appendChild都是插入在父節點的最後一個位置,但append可以接受多個參數以及字串; prepend會插入在父節點的第一個位置; insertBefore同樣是插在 ...
確定! 回上一頁