javascript中怎么定义一个带属性和方法的类 定义属性function Dog(name, age){ this.name = name this.age = age} 定义方法Dog.prototype.hello = function(){ alert("2023-04-21JavaScript250