摘要: JavaScript 阅读全文
posted @ 2017-12-26 17:58 biubiu小希希 阅读(164) 评论(0) 推荐(0) 编辑
摘要: Map.set和Map.get的使用方法 阅读全文
posted @ 2017-12-26 15:56 biubiu小希希 阅读(164) 评论(0) 推荐(0) 编辑
摘要: input[disabled],input:disabled,input.disabled{ color: #3e3e3e; -webkit-text-fill-color: #3e3e3e; -webkit-opacity:1; opacity: 1; } 阅读全文
posted @ 2017-12-26 13:58 biubiu小希希 阅读(1350) 评论(0) 推荐(1) 编辑
摘要: Object构造函数的属性 Object.length 值为1。 获取一个对象的长度 对象的长度不能用.length获取,用js原生的Object.key可以获取到 Object构造函数的方法 1、Object.assign() 通过复制一个或多个对象来创建一个新的对象。 参数: target 目标 阅读全文
posted @ 2017-12-25 14:06 biubiu小希希 阅读(270) 评论(0) 推荐(1) 编辑
摘要: var声明的变量会导致变量提升,建议let取代var 阅读全文
posted @ 2017-12-21 15:48 biubiu小希希 阅读(525) 评论(0) 推荐(1) 编辑
摘要: Math()对象的属性及方法 阅读全文
posted @ 2017-12-18 16:07 biubiu小希希 阅读(216) 评论(0) 推荐(1) 编辑
摘要: String类型的字符方法,字符串方法,字符串位置方法 阅读全文
posted @ 2017-12-16 17:05 biubiu小希希 阅读(224) 评论(0) 推荐(1) 编辑
摘要: Number类型的常用方法,以字符串类型返回,保留几位小数等 阅读全文
posted @ 2017-12-16 12:48 biubiu小希希 阅读(180) 评论(0) 推荐(1) 编辑
摘要: 函数声明与函数表达式是什么,两者的区别是什么 阅读全文
posted @ 2017-12-15 15:05 biubiu小希希 阅读(129) 评论(0) 推荐(1) 编辑
摘要: 将日期格式化为字符串的方法,直接取得和设置日期中的特定部分的方法 阅读全文
posted @ 2017-12-15 10:06 biubiu小希希 阅读(528) 评论(0) 推荐(1) 编辑