Blogger Information
Blog 24
fans 0
comment 0
visits 10900
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
开学第一课 10.13
皮皮志
Original
475 people have browsed it

1.标题

  1. # 的数量代表了标题的级别
  2. 一个md文件只能有一个一级标题

一级标题

二级标题

三级标题


2.段落

  1. 不需要空格
  2. 这就是段落

3.分割线

  1. 下面是分割线
  2. ---- 要不少于三个
  3. 上面是分割线

4.字体

  1. 两个**包裹的是粗体
  2. 一个*包裹的是斜体
  3. 两个~包裹的是删除线

粗体
斜体
删除


5.表格

序号 | 用户名 | 密码
|—- |—— |——
1 | A | 123456
2 | B |1234567
3 | C | 12345678
4 | D | 123456789


6.列表

有序列表

  1. 第一个
  2. 第二个
  3. 第三个
  4. 第四个

无序列表

  • 第一个
  • 第二个
  • 第三个
  • 第四个

7.链接

  1. [链接显示名](链接地址 "链接title")

百度一下,你就知道
https://www.baidu.com


8.图片

  1. ![图片无法加载显示名字](图片链接 "图片标题")

这是我的头像


9.代码

单号代码

  1. 只需要一个反引号包裹住代码

let num = 1;

多行代码

  1. 用使用三个反引号包裹住代码 然后注明语言
  1. for (let index = 0; index < array.length; index++) {
  2. const element = array[index];
  3. }
  1. <?php
  2. echo "hello world";
  3. ?>

10.引用

这是一级引用

这是二级引用

这是三级引用

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:可以,要是把作业中第一项布置的软件安装截图,或者软件使用也提交一下就更好了
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post