You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ class XCrawl {
51
51
}
52
52
```
53
53
54
-
- <div id="myXrawl">Example</div>
54
+
- <div id="myXCrawl">Example</div>
55
55
56
56
myXCrawl is the crawler instance of the following example.
57
57
@@ -69,7 +69,7 @@ const myXCrawl = new XCrawl({
69
69
70
70
### fetch
71
71
72
-
fetch is the method of the above <a href="#myXCrawl" style="text-decoration: none">myXCrawl</a> instance, which is usually used to crawl APIs to obtain JSON data and so on.
72
+
fetch is the method of the above <a href="#myXCrawl" style="text-decoration: none">myXCrawl</a> instance, which is usually used to crawl APIs to obtain JSON data and so on.
Copy file name to clipboardExpand all lines: publish/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ class XCrawl {
51
51
}
52
52
```
53
53
54
-
- <div id="myXrawl">Example</div>
54
+
- <div id="myXCrawl">Example</div>
55
55
56
56
myXCrawl is the crawler instance of the following example.
57
57
@@ -69,7 +69,7 @@ const myXCrawl = new XCrawl({
69
69
70
70
### fetch
71
71
72
-
fetch is the method of the above <a href="#myXCrawl" style="text-decoration: none">myXCrawl</a> instance, which is usually used to crawl APIs to obtain JSON data and so on.
72
+
fetch is the method of the above <a href="#myXCrawl" style="text-decoration: none">myXCrawl</a> instance, which is usually used to crawl APIs to obtain JSON data and so on.
0 commit comments