diff --git a/docs/chapter03.md b/docs/chapter03.md index a23942e..e577a6e 100644 --- a/docs/chapter03.md +++ b/docs/chapter03.md @@ -462,7 +462,7 @@ function parseXmlWithDomParser(xmlString) { const xmlString = "ToveJaniReminderDon't forget me this weekend!"; const xmlDoc = parseXmlWithDomParser(xmlString); -console.log(xmlDoc); // 输出 "note" +console.log(xmlDoc); ``` ##### AJAX请求