- Use
append(String str)
API method of StringBuffer. This method appends the specified string to this character sequence. - The method can also be used to append a
boolean
, achar
, achar array
, adouble
, afloat
, anint
and anObject
本文共 282 字,大约阅读时间需要 1 分钟。
append(String str)
API method of StringBuffer. This method appends the specified string to this character sequence.boolean
, a char
, a char array
, a double
, a float
, an int
and an Object
转载于:https://www.cnblogs.com/yizhaoAI/p/9897543.html