jquery网站

1、Tree左边树形条,网址: http://w

public static void main(String[] args) {
		// TODO Auto-generated method stub
		testString1();
	}

 ww.baby666.cn/hunter/index.html

 

public static void testString1(){
		String str = "蓝A";
		int i = str.length();
		System.out.println("第一个字节为:" +  (str.charAt(0)+"").getBytes().length + ";" + str.getBytes());
		System.out.println("长度为:" + i);
		System.out.println("亮点的长度:" + "".length());
	}

 

你可能感兴趣的:(html,jquery)