StringBuffer buf = new StringBuffer("This is a test");
初始化buf对象,为什么会提示StringBuffer buf = new StringBuffer("This is a test");