HTML:標記語言
CSS:樣式語言
JavaScript:指令碼語言
Web API:程式設計介面
所有 Web 技術
學習 Web 開發
發現我們的工具
更好地瞭解 MDN
set:intersection() 返回兩個節點集的交集。換句話說,它返回一個節點集,其中包含同時存在於 nodeSet1 和 nodeSet2 中的所有節點。
set:intersection()
nodeSet1
nodeSet2
set:intersection(nodeSet1, nodeSet2)
第一個節點集。
第二個節點集。
同時存在於 nodeSet1 和 nodeSet2 中的節點的節點集。
EXSLT - SET:INTERSECTION