• 下拉菜单的实现

    css* {margin:0px; padding:0px;}.clear{clear: both;}li{list-style: none;}a{text-decoration: none; col...

    170

  • 三级下拉菜单

    <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>...

    173

  • API接口与json的理解

    API接口是预先定义的函数,可以不用访问项目源码而得到一些功能。例如微信支付提供一些接口,很多手机APP、小程序、网页端的  就可以调用支付接口完成用户下单支付的过程,而不用去实现跟银行对接...

    864

  • Jq 动画演示

    <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"&...

    231

  • js_tap切换1

    <!DOCTYPE html><html><head>    <title>切换</title>&n...

    1388

  • 常用的增删改查

    //插入数据 INSERT INTO `user` ( `name`, `sex`, `age`, `email`, `...

    165

  • 依赖注入的实现

    <?php //依赖注入 class Girl {     public function shop()  &nb...

    143

  • input全选

    <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"&...

    233

  • 单例模式的实现

    <?php //单例模式 class Test { } $test1 = new Test(); $test2 = new ...

    165

  • JS中的数据类型

    Undefined 空值 变量中不含有值Null 只有一个值(空值),一般用来清空变量string 字符串:''内部包含所有任意文本Number 一种数字类型 布尔boole...

    141

  • JS中的数据类型

    Undefined 空值 变量中不含有值Null 只有一个值(空值),一般用来清空变量string 字符串:''内部包含所有任意文本Number 一种数字类型 布尔boole...

    144

  • 实现网页导航条

    css* {margin:0px; padding:0px;}.clear{clear: both;}a{text-decoration: none; color: #000;font-size: 1...

    215

Release Notes

Popular this month