learn.md 599 字节
Newer Older
F
feilong 已提交
1 2
# 图片

F
feilong 已提交
3
请点击[图片](https://codechina.csdn.net/courses/register/2/5){target="_blank"} 并完成所有题目,完成学习请关闭Issue。
F
feilong 已提交
4

F
feilong 已提交
5
以下哪个是[图片](https://codechina.csdn.net/courses/register/2/5){target="_blank"}里学习的到的MarkDown表示图片的合法语句?
F
feilong 已提交
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

## 答案

```bash
其他选项全部都可以
```

## 选项

### A

```bash
![Alt text](/path/to/img.jpg "Optional title") 
```

### B

```bash
![](/path/to/img.jpg) 
```

### C

```bash
<img src="https://img-blog.csdnimg.cn/20210112151738537.jpg" width="300px" height="200px" alt="好好学习">
```