Blogger Information
Blog 5
fans 0
comment 1
visits 1645
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
0309 开学第一课作业
张金明学PHP
Original
245 people have browsed it

0309 开学第一课作业

学到了什么

  1. 通过今天的学习,我学习到了如何安装谷歌浏览器,以及编程软件的安装.
  2. 谷歌浏览器安装方式
  3. 打开浏览器→百度搜索'谷歌浏览器'找到下图提示的链接点进去.

百度搜索截图

然后根据流程一步一步的下载安装就可以了

VS code 安装

  1. VS code 安装方式
  2. 百度搜索 " VS code " 找到下图提示连接点击进入

按照流程一步一步下载安装就可以了


markdown 语法

  1. # 主标题
  2. ## 副标题二号
  3. ### 副标题三号
  4. 跳转链接 [百度](https://baidu.com)
  5. 图片链接 ![图片描述](http://xxxxx.com/1/1.jpg)
  6. 表格
  7. |序号|姓名|金额|
  8. |----|----|----|
  9. |1|张金明|100元|
  10. |2|李四|99元|
  11. 文字内加入代码 这是个文字 ` echo = $1`

无序列表

  • 1
  • 2
  • 3

    有序列表

  1. 123
  2. 123
  3. 123

    画个表格

id name age
1 张金明 100元
2 李四 99元

php中文网
张金明的开学第一课作业
2023年3月9日晚10:55分

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!