2021年1月12日
摘要: js 的原型和原型链 构造函数创建对象: function Person() { } var person = new Person(); person.name = 'Kevin'; console.log(person.name) // Kevin Person 就是一个构造函数,我们使用 ne 阅读全文
posted @ 2021-01-12 21:40 Rannie` 阅读(205) 评论(0) 推荐(0)
去除动画
找回动画