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