public class NewClass {
public static void main(String[] args)
{
byte[] b={1,2,3};
String str = new String(b,2,3,UTF-16);
System.out.println(str);
}
}
//sdk java1.6 , 为什麼error
//Exception in thread "main" java.lang.RuntimeException: Uncompilable source code - 找不到符号
符号: 变量 UTF
慕侠2389804
梦里花落0921