0
1
495
1、構(gòu)造函數(shù)的結(jié)構(gòu) function 函數(shù)名 () { this.屬性名 = ""; this.方法名 = function (){ 函數(shù)體; ...