mirror of
https://gitee.com/many2many/java-web.git
synced 2025-01-11 14:40:55 +08:00
FIX
This commit is contained in:
parent
5511b74f2e
commit
7c3cf0eca6
@ -462,7 +462,7 @@ function parseXmlWithDomParser(xmlString) {
|
|||||||
|
|
||||||
const xmlString = "<note><to>Tove</to><from>Jani</from><heading>Reminder</heading><body>Don't forget me this weekend!</body></note>";
|
const xmlString = "<note><to>Tove</to><from>Jani</from><heading>Reminder</heading><body>Don't forget me this weekend!</body></note>";
|
||||||
const xmlDoc = parseXmlWithDomParser(xmlString);
|
const xmlDoc = parseXmlWithDomParser(xmlString);
|
||||||
console.log(xmlDoc); // 输出 "note"
|
console.log(xmlDoc);
|
||||||
```
|
```
|
||||||
|
|
||||||
##### AJAX请求
|
##### AJAX请求
|
||||||
|
Loading…
Reference in New Issue
Block a user