From 7c3cf0eca64c742f7019518ca93468497b6827f8 Mon Sep 17 00:00:00 2001 From: many2many <6168830@qq.com> Date: Sat, 12 Oct 2024 13:49:02 +0800 Subject: [PATCH] FIX --- docs/chapter03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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请求