1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
function a () {
console.log("hello world")console.log("hello world")console.log("hello world")console.log("hello world")console.log("hello world")console.log("hello world")console.log("hello world")console.log("hello world")console.log("hello world")console.log("hello world")console.log("hello world")console.log("hello world")console.log("hello world")console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")
console.log("hello world")

}

1
2
import numpy as np
import matplotlib as mt

行内代码的反引号:
`

代码块的反引号:

1
2
3
4
```python
import numpy as np
import matplotlib as mt
```