会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
时光孤岛
博客园
首页
新随笔
联系
管理
订阅
2016年11月22日
String 中去掉空格
摘要: JAVA中去掉空格 1. String.trim() trim()是去掉首尾空格 2.str.replace(" ", ""); 去掉所有空格,包括首尾、中间 复制代码 代码如下:String str = " hell o "; String str2 = str.replaceAll(" ", "
阅读全文
posted @ 2016-11-22 19:33 时光孤岛
阅读(31004)
评论(0)
推荐(0)
编辑
公告