Solution: · 1. Creating a new XML DOM object var xmlDoc = document.implementation.createDocument(null, "books"); · 2. Fetching an XML file with XMLHttpRequest var ...
確定! 回上一頁