list.addAll()
a.getBytes("utf-8");
"中".getBytes("utf-8");
public String toString(Object obj) {
return (null != obj) ? obj : null;
}
list.addAll()
a.getBytes("utf-8");
"中".getBytes("utf-8");
public String toString(Object obj) {
return (null != obj) ? obj : null;
}

被折叠的 条评论
为什么被折叠?