Savage F. Morgan

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年10月29日

摘要: String are immutable in Java. You can't change them.You need to create a new string with the character replaced.String myName = "domanokz";String newN... 阅读全文
posted @ 2014-10-29 11:32 罗斯摩根 阅读(393) 评论(0) 推荐(0) 编辑