63. 当心字符串连接引起的性能问题

    1. public String statement() {
    2. for (int i = 0; i < numItems(); i++)
    3. return b.toString();