Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
8 lines (4 loc) · 232 Bytes

File metadata and controls

8 lines (4 loc) · 232 Bytes
Copy raw file
Download raw file
Edit and raw actions

StringBuilder 是什么?

String 类一般被认为是不可改变的. 如果需要对一个String做许多修改就需要使用StringBuffer或者StringBuilder.

在Oracle里的定义就是 "A mutable sequence of characters."

Morty Proxy This is a proxified and sanitized view of the page, visit original site.