摘要: let obj = { age:26, } function Person(name, sex) { console.log(this); console.log(this.age); console.log(name, sex); } Function.prototype.bindToApply 阅读全文
posted @ 2020-06-26 21:36 就是一位小学生 阅读(162) 评论(0) 推荐(0) 编辑
摘要: var originObj = { name: "小明", array:["666","777","888"], object:{ name:"lgq", prop:["good","beautiful","cool"], obj:{ age:"18", sex:"boy" } } } var ta 阅读全文
posted @ 2019-08-08 10:12 就是一位小学生 阅读(187) 评论(0) 推荐(0) 编辑
摘要: function Person(){ //隐式1、this = { } //2、 this.name = "小明"; this.age = "18"; this.all = function(){ console.log(this.name,this.age); } //隐式3、return thi 阅读全文
posted @ 2019-07-31 18:42 就是一位小学生 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 一个人正是要跟那些和自己生性相反的人打交道,才能在和他们相处中激发自己性格中的不同方面使其达到成熟。 阅读全文
posted @ 2019-05-05 17:21 就是一位小学生 阅读(130) 评论(0) 推荐(0) 编辑
摘要: https://www.w3cplus.com/css/css-values-and-units.html CSS的单位详解 https://www.cnblogs.com/libin-1/p/5979300.html meta大全 https://www.html5rocks.com/zh/tut 阅读全文
posted @ 2019-04-02 17:17 就是一位小学生 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 在页面开发过程中,需要在input上使用iconfont, 经辛苦搜索,得出必须在value以Unicode的方式引入 类如:&#xE607 经浏览器解析会变成 具体效果如下: 阅读全文
posted @ 2019-03-13 17:53 就是一位小学生 阅读(712) 评论(0) 推荐(0) 编辑