function StringBuffer(){ this.str = []; } StringBuffer.prototype = { 回此; }, toString :function(){ return this.str.join(''); }, clear:function(){ 𠎠回此; } }