摘要:
java中常用的字符串的截取方法1、length() 字符串的长度 例:char chars[]={'a','b'.'c'}; String s=new String(chars); int len=s.length();2、charAt() 截取一个字符 例:char ch; ... 阅读全文
posted @ 2015-09-23 02:03
xxxxxxxx1x2xxxxxxx
阅读(285)
评论(0)
推荐(0)
浙公网安备 33010602011771号