class Testing
{
public static void main (String [ ] args)
byte [ ] b = new byte [12 ] ;
System . out . println (new String ( b ) ) ;
}
慕哥9229398
相关分类