Node.js has no inbuilt library to read XML. The popular module xml2js can be used to read XML. Install xml2js by : npm install xml2js --save.
確定! 回上一頁