1.String ---> StringBuffer
* a:经过构造方法* b:经过append()方法
2.StringBuffer ---> String
* a:经过构造方法* b:经过toString()方法* c:经过subString(0,length);