childNodes.length var firstChild = someNode.firstChild //快速找到第一個 var lastChild = someNode.lastChild //快速找到最後一個 ...
確定! 回上一頁