摘要:
package com.aaa.zxf.ajax.test; /** * 弄清楚 string stringBuilder StringBuffer 三者之间的关系? * * * 一、 三者都是用来对字符串进行操作, * String通常用来定义一个变量, * 而StringBuilder StringBuffer则通常用来对字符串进行拼接等操作 * * 二、线程安全 * 在线程安全上,Strin 阅读全文
posted @ 2019-09-11 20:58
送外卖的小菜鸟
阅读(161)
评论(0)
推荐(0)