统计java中字符串,数组,集合大小(长度)

时间:2023-03-09 01:12:00
统计java中字符串,数组,集合大小(长度)

字符串长度用String.length();

数组用String[].length;

集合用collection.size();

相关文章