09 2019 档案
摘要:function Dog(name) { this.name = name this.say = function () { console.log('name = ' + this.name) } } function Cat(name) { this.name = name this.say =
阅读全文
摘要:.center-frame{ height:300px; width:100%; overflow-y:scroll; } .center-frame::-webkit-scrollbar{ width: 8px; height: 16px; background-color: #F5F5F5; }
阅读全文