跳到主要内容

testpage1

testpage1

这是我的测试页面1

int main(){
Timer_Init();
OLED_Init();
while(1){
Task();
}
}

<p>会让一段话成为独立段落,起换行作用

✅ 详细解释 <div> 是什么?

<div> 是 HTML 中的块级元素(block-level element) 它本身没有语义含义 (不像 <section>, <article> 那样有明确意义)

常用于:

  • 包裹一组内容
  • 作为布局容器使用
  • 给这一组内容统一加样式或结构控制

生成ssh密钥:

ssh-keygen -t ed25519 -C "2560291241@qq.com" -f ~/.ssh/id_E1H
加载评论中...