摘要:
What is Vue? 什么是Vue Vue(pronounced/vju:/,like view) is a javascript framework for building user interfaces.It builds on top of standard HTML,CSS and J 阅读全文
摘要:
function Person(name){ this.name = name } let person = new Person('xiaoming') person.__proto__ Person.prototype 对象的__proto__ 构造函数的prototype Person.__p 阅读全文