Blogger Information
Blog 25
fans 0
comment 0
visits 9281
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前端开发-20221013
P粉114035831
Original
351 people have browsed it
  1. # 1.标题
  2. # 一级标题
  3. ## 二级标题
  4. ### 三级标题
  5. #### 四级标题
  6. ##### 五级标题
  7. ###### 六级标题
  8. # 2.分隔符
  9. ```markdown
  10. ---

3.段落

4.字体样式

  1. **加粗**
  2. _**斜体**_

5.引用

>

>

6.列表

(1)无序
-list1
-list2
-list3

(2)有序
1.list1
2.list2
3.list3

7.代码

const num=100

  1. class user
  2. {private string $username=`admin`}
  1. const obj={x:1,y:2}

8.表格

| 序号 | 姓名| 性别 | 工资|
| —— | ——— | —— | —— |
|1 | AAA | 男 | 1234 |
|2 | BBBB | 男 | 123456 |
|3 | CCCC | 女 | 123456 |

9.链接

PHP 中文网
https://www.php.cn

10.图像

![21期课](https://ihome.360.cn\7,CARRRG医用冷敷贴(面膜)\面膜宣传图片)

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!