摘要:
functionStringBuilder(){this.buffer=newArray();}StringBuilder.prototype.Append=functionAppend(string){if((string==null)||(typeof(string)=='undefined'))return;if((typeof(string)=='string')&&(st... 阅读全文
posted @ 2006-05-16 23:39
fengzhimei
阅读(986)
评论(1)
推荐(0)