会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Coder,Not hair
Talk is cheap, show me your code!
首页
新随笔
新文章
联系
管理
2019年10月23日
前台传过来的字符串数组,无缝转化为字符串
摘要: 前台传过来的字符串数组,无缝转化为字符串 1. 比如刚开始的字符串数组:《11,111,111》,需要转换为11,111,111 2. 代码如下: String keyResult=null; StringBuffer stringBuffer=new StringBuffer(); if (key
阅读全文
posted @ 2019-10-23 19:27 ben跑的换行符
阅读(705)
评论(0)
推荐(0)
编辑
公告