计算java字符串的字节的长度
答案:1 悬赏:50 手机版
解决时间 2021-03-27 10:08
- 提问者网友:凉末
- 2021-03-27 06:51
计算java字符串的字节的长度
最佳答案
- 五星知识达人网友:神鬼未生
- 2021-03-27 07:35
public static void main(String[]args)
{
String ss="hel无此数lo";
byte[] buff=ss.getBytes();
int f=buff.length;
System.out.println(f);
}
可参阅http://blog.csdn.net/xiaoyu714543065/article/details/7380191
{
String ss="hel无此数lo";
byte[] buff=ss.getBytes();
int f=buff.length;
System.out.println(f);
}
可参阅http://blog.csdn.net/xiaoyu714543065/article/details/7380191
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯