js 链式调用如何做function Person(){this.type = 'person'this.say =function(msg){console.log('person say:'+msg)return t2023-03-01JavaScript120