Blogger Information
Blog 6
fans 0
comment 0
visits 1381
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前端学习-1
小羊bug库
Original
259 people have browsed it

前端学习(20230309)

  • Chrome的安装很简单,一直点下一步就OK了,下面是安装的一个扩展以及更改检查语言
    chrome开发者—F12
    Chrome扩展安装
  • vscode安装完成,扩展内容简介
    vscode扩展

课堂笔记

markdown

  • markdown preview...: markdown 实时预览
  • markdownlint: markdown 语法检查器

    Markdown常用语法

    • 标题: 使用一个或多个#表示不同级别的标题,如##,###
    • 列表: 使用-表示列表项,有序列表直接使用数字即可, 1.,2.
    • 图片:18 issue
    • 代码(单行): const img = new Image();
    • 代码(多行): 支持设置语言类开,关键字自动高亮
      1. const user = new Person();
      2. function Person(name, email) {
      3. //...
      4. }
      5. console.log(user);
    • 表格是画出来的
姓名 性别 电话
小羊 123
123
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