JS DOM並沒有 insertAfter() 這樣一個方法,不過我們可以使用 insertBefore() 進行自己封裝. 工具函數. function insertAfter(newNode, existingNode) { existingNode.
確定! 回上一頁