摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>垂直居中--图片自适应宽高</title> <style type="text/css"> /* 方法一 定位 为了看效果就加上了背景 宽高*/ .wrap{ position: 阅读全文
posted @ 2020-10-14 22:36 蓝色帅-橙子哥 阅读(202) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>call-apply-bind的实现</title> </head> <body> <script type="text/javascript"> // 1.call的使用 cal 阅读全文
posted @ 2020-10-14 20:07 蓝色帅-橙子哥 阅读(184) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>判断js类型的方式</title> </head> <body> <script type="text/javascript"> // 先引出2个概念 /* 1、基本数据类型(存放 阅读全文
posted @ 2020-10-14 17:13 蓝色帅-橙子哥 阅读(192) 评论(0) 推荐(0) 编辑