Blogger Information
手机用户1631860753
Blog
18
fans
0
comment
0
visits
10945
integral:0
P beans:38
  • List of blog posts
  • 字符串函数与动态表格

    一.运算符 运算符有: +, -, *, /, %, ++, —, .;在使用运算符时尽量两边都加上空格基础的运算规则:代码: $num = 100;echo $num + 100; //输出 200echo $num * 2 - 10 / 5; ...

    2021-10-13 02:27 Read 445 comment 0
  • 盒模型,伪类与媒体查询

    一.盒模型样式1. 盒模型 盒模型的属性 width 宽height 高border 边框padding 内边距margin 外边距 行元素:都在一行,排不下后默认换行; 块元素:默认占据一行宽度,一行只有它,两边都没有其他元素;current...

    2021-09-26 01:49 Read 426 comment 0
  • 用户注册表单与css选择器

    一.用户注册表 输入:用户注册 必填项 ...

    2021-09-24 14:17 Read 385 comment 0