10 2021 档案
摘要:创建一个父类的构造函数 // 创建一个Animal的构造函数 function Animal(name) { this.name = name || 'Animal' this.sleep = function () { console.log(this.name + " is sleeping")
阅读全文
摘要:初始样式 已知子盒子宽高 .outside { width: 200px; height: 200px; background-color: red; } .inside { width: 100px; height: 100px; background-color: rgb(231, 255, 1
阅读全文

浙公网安备 33010602011771号