关于javscrtipt构造函数、oop思想的一些理解及demo 2019-6-22 var _obj = new Object(); _obj.name = '小强'; console.log(_ob...